Update a contacts from any connected CRM
curl --request PATCH \ --url https://api.panora.dev/crm/contacts
{ "name": "<string>", "email_address": "<string>", "phone_number": "<string>", "details": "<string>", "field_mappings": {}, "id": "<string>", "remote_id": "<string>", "remote_data": {} }
The response is of type object.
object
Was this page helpful?