bird audiences
Usage
Esempio di codice
bird audiencesDescription
An audience is a named set of contacts whose membership you set explicitly, adding or
removing them by id in batches of up to 1,000. Audiences are static today, so nothing
joins by rule, and deleting one leaves the contacts themselves untouched.
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.
Audiences
| Name | Description |
|---|---|
| create | Create an audience |
| get | Get an audience |
| list | List audiences |
| update | Update an audience's name or description |
| delete | Delete an audience |
Members
| Name | Description |
|---|---|
| add-contacts | Add contacts to a static audience |
| list-contacts | List an audience's contacts |
| remove-contact | Remove a contact from an audience |
| remove-contacts | Remove contacts from a static audience |