Contacts
Update Contacts
PUT
for updating a contact
Updates an existing contact by its ID
PUT
https://api.getdex.com/api/rest/contacts/{contactId}
Path Parameters
The ID of the contact to be updated
Request Body
-
You can use the variable
update_contact_phone_numbers
in the API to decide whether you want to update the phone numbers associated with the contact or not. -
You can use the variable
update_contact_emails
in the API to decide whether you want to update the emails associated with the contact or not.
Was this page helpful?