bird contacts
Usage
Exemple de code
bird contactsDescription
A contact is identified by its email address, phone number, or external ID, and carries
whatever custom values the workspace has defined as contact properties. Contacts are the
unit an audience groups and a broadcast sends to.
Reads return JSON; list is paginated. Mutations take flags and/or a --body-file JSON body (flags overriding); run --example to print the body shape or --dry-run to preview the request. Destructive commands require --yes.
Commands
| Name | Description |
|---|---|
| batch | Create or update many contacts in one request, matched by the identifiers each entry carries |
| create | Create a contact by email address, phone number, or both |
| delete | Delete a contact |
| get | Get a contact |
| list | List contacts |
| update | Update a contact's name, email, phone-number, external-id, or custom data |