bird contacts get
Usage
Codevoorbeeld
bird contacts get <contact-id> [flags]Description
Get a single contact by ID (con_-prefixed). Look up an ID by exact email or external_id with contacts.list.
Examples
Codevoorbeeld
bird contacts get <id>
bird contacts get <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 email. |
| bird contacts create | Create a contact by email address. |
| bird contacts delete | Delete a contact |
| bird contacts list | List contacts |
| bird contacts update | Update a contact's name, email, external-id, or custom data. |