Documentation
Sign inGet started

bird audiences

Usage

Code example
bird audiences

Description

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

NameDescription
createCreate an audience.
getGet an audience
listList audiences
updateUpdate an audience's name or description.
deleteDelete an audience

Members

NameDescription
add-contactsAdd contacts to a static audience.
list-contactsList an audience's contacts
remove-contactRemove a contact from an audience
remove-contactsRemove contacts from a static audience.