Communication
The Communication entity represents a person's contact preferences and permissions. Each field indicates whether the person has opted in or out of a specific communication channel.
| Field | Type | Description |
|---|---|---|
any |
Boolean | General permission to contact through any method. |
email |
Boolean | Permission to contact via email. |
phone |
Boolean | Permission to contact via phone calls. |
mail |
Boolean | Permission to contact via postal mail. |
sms |
Boolean | Permission to contact via SMS/text messages. |
custom |
Object | Custom communication preferences and additional contact permissions. |