Documentation
Sign inGet started

bird contact-properties

Usage

Esempio di codice
bird contact-properties

Description

Define the custom properties contacts can carry. A property has a key, a value type (string, number, or boolean), and an optional fallback used when a contact has no value. The key and type are fixed after creation.
Archiving retires a key without deleting stored values; unarchive reactivates it.
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.

Commands

NameDescription
archiveArchive a contact property
createDefine a custom contact property.
getGet a contact property
listList contact properties
unarchiveUnarchive a contact property
updateUpdate a contact property's fallback value.