Learn more about working with contacts via the OpenPhone API.
POST /contacts
endpoint, it’s essential to save the id
returned in the response. This id
will be required for all future operations involving the contact.PATCH /contacts/:id
endpoint.Default fields
Custom fields
Retrieve custom fields
GET /contact-custom-fields
endpoint to retrieve your workspace’s custom contact field definitions.Prepare contact data
Create the contact
POST /contacts
endpoint to create the contact and store the returned contact ID for future operations.Manage the contact
PATCH /contacts/:id
endpoint for any future updates to the contact’s information.