Tasks
Add Contactpoint To Contact
The Add Contactpoint To Contact task adds a new contactpoint to a pre-existing contact.
Basic usage
Add a secondary email address to contact.
Parameters
required string
contactuuid The unique identifier of the contact to which to add the contactpoint.
required string
contactpoint.type Options: email
| stubberhandle
| mobile
Refer to the Contacts documentation for more information on the type of contactpoints.
required string
contactpoint.contact 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 asssociated with the contact.
payload.contact.basic.contactpoints
array
An array of contactpoints associated with the contact. This will include the newly added contactpoint.