Contact
The Contact object represents a contact to which notifications are sent. Contact can but doesn’t have to be linked to a user on the platform. Each contact can manage its notification preferences on a category level. This object contains the following attributes:
id
string
A primary identifier for the contact.
Example: CTT-1234-9876-1234
href
string
A relative reference to the object.
Example: /v1/notifications/contacts/CTT-1234-9876-1234
name
string
The contact's display name.
Example: Jane Doe
string
The contact's email address.
Example: Jane@starkindustries.com
user
Indicates if the email belongs to a user registered on the platform.
Example:
optOuts
A list of notification categories that the contact has chosen to opt out of. By default, a contact is opted into all published categories.
Example:
status
enum
Possible values: Active
or Blocked
.
audit
A reference to the Audit object.
Example:
Example
Last updated
Was this helpful?