Create or update a contact
Create or update a contact using only cellphone. Classifies as NORMAL or PARTIAL.
Authorizations
Copy the API key as provided by the Bridge Console.
Path Parameters
Unique identifier of the workspace (UUID v4).
"b6cf1c4a-2b1e-4e63-8f3e-0f9d1a2a1234"
Body
Request body for partial contact creation. Only cellphone is required.
Contact's cellphone number in E.164 format. Used to identify the contact for upsert.
"+14084029292"
Contact's first name. Required for NORMAL classification.
"Maria"
Contact's last name. Required for NORMAL classification.
"Lopez"
Contact's email address.
"maria@acme.com"
Contact's language code. Required for NORMAL classification.
ES, EN "EN"
Body to identify an internal user in Bridge System.
Object with open and closed custom attributes.
Response
Successful Response
Response body for contact-related operations.
Unique identifier for the contact (UUID v4).
"b6cf1c4a-2b1e-4e63-8f3e-0f9d1a2a1234"
Unique identifier of the workspace this contact belongs to
"92b2d4f3-81e1-4b61-a7ec-6f4ff3b58be5"
NORMAL when all required identity and custom attribute fields are present, PARTIAL otherwise.
PARTIAL, NORMAL "NORMAL"
"PARTIAL"
Timestamp when the contact was created.
"2003-04-10T08:00:00.000Z"
Timestamp when the contact was last updated.
"2003-04-10T08:00:00.000Z"
Contact's first name.
"John"
Contact's last name.
"Doe"
Contact's email address.
"john.doe@example.com"
Contact's cellphone address.
"+14084029292"
Array of custom key-value attributes.
Language code from external user.
ES, EN "EN"
Email address of the salesperson or user who owns this contact.
"37673840-6259-40f9-bbe5-a7db40f8e3cf"