bird contacts get
Usage
Code example
bird contacts get <contact-id> [flags]Description
Get a single contact by ID (con_-prefixed). Look up an ID by exact email, phone_number, or external_id with bird contacts list.
Examples
Code example
bird contacts get <contact-id>
bird contacts get <contact-id> -f text
# find an id to pass
bird contacts listOptions
| Name | Description |
|---|---|
| --response-schema | Print the fields this command returns, then exit |
Related
| Name | Description |
|---|---|
| bird contacts batch | Create or update many contacts in one request, matched by the identifiers each entry carries |
| bird contacts create | Create a contact by email address, phone number, or both |
| bird contacts delete | Delete a contact |
| bird contacts list | List contacts |
| bird contacts update | Update a contact's name, email, phone-number, external-id, or custom data |