Tasks
Add Contactpoint To Contact
Adds a contact point to an existing contact. Useful for enriching contacts with email, phone, WhatsApp, or other communication channels.
Basic usage
Add a secondary email address to contact.
Parameters
contactuuid required string
The unique identifier of the contact to which to add the contactpoint.
contactpoint.type required string
Options: email | stubberhandle | mobile
Refer to the Contacts documentation for more information on the type of contactpoints.
contactpoint.contact required string
The contactpoint to be added to the contact. If the contactpoint is not already associated with the contact, it will be added.
Result
Properties
payload.contact.basic
object
The basic details associated with the contact.
payload.contact.basic.contactpoints
array
An array of contactpoints associated with the contact. This will include the newly added contactpoint.