Communication
The communication entity represents contact permission preferences for a person. It records whether the individual has granted permission to be contacted through various channels.
| 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 or text messages. |
custom |
Object | Custom communication preferences and additional contact permissions. |