Documentation
Sign inGet started

bird audiences

Usage

Code example
bird audiences

Description

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

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