Create a contact
Create a contact for a workspace.
Body
A unique identifier from an external system that can optionally be supplied when creating a contact. This ID is used to associate the contact with records in other systems and is required for retrieving the contact later via the "List Contacts" endpoint. Ensure the externalId
is unique and consistent across systems for accurate cross-referencing.
1 - 75
"664d0db69fcac7cf2e6ec"
The unique identifier of the user who created the contact.
"US123abc"
The contact's source. Defaults to null
for contacts created in the UI. Defaults to public-api
for contacts created via the public API. Cannot be one of the following reserved words: openphone
, device
, csv
, zapier
, google-people
, other
or start with one of the following reserved prefixes: openphone
, csv
.
1 - 72
"public-api"
A link to the contact in the source system.
1 - 200
"https://openphone.co/contacts/664d0db69fcac7cf2e6ec"
Response
Was this page helpful?