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.first name
, last name
,role
,company
,emails
, and phone numbers
.
address
, boolean
, date
, multi-select
, number
, string
, and url
are supported.
GET /contact-custom-fields
endpoint. These custom fields, along with the default fields, can then be used to create new contacts.