bird audiences
Usage
代码示例
bird audiencesDescription
Manage audiences: named groups of contacts you can target. Membership
is managed explicitly: add or remove contacts by id.
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. |