New contact activity
Fired when a new contact is created or an existing contact is updated.
Authorizations
Pass your API key as: Authorization: Bearer <API KEY>.
Client identifier sent with requests from the documentation playground.
Body
Unique identifier.
123
Contact name.
"John Doe"
Email address of the contact.
"john@doe.com"
Contact phone.
"+123456789"
Private note.
Timestamp in Unix seconds since epoch.
1573240303
Array of custom properties, as defined in the CRM section of your website.
List of tags assigned to the contact.
Member id if assigned to contact.
487
Whether the contact is a subscriber (for email marketing).
Array of subscriber list IDs (email marketing lists).
Response
Return a 2xx status to acknowledge receipt.

