Update contact
Update a contact in the specified workspace.
Documentation Index
Fetch the complete documentation index at: https://docs.bridge.new/llms.txt
Use this file to discover all available pages before exploring further.
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"
Unique identifier of the contact (UUID v4).
"4e362e2b-67b2-4a7e-a9df-e9ecf9141be8"
Body
Request body for updating an existing contact.
Contact's first name.
"John"
Contact's last name.
"Doe"
Contact's email address.
"john.doe@example.com"
Contact's language code.
ES, EN "EN"
Contact's cellphone number in E.164 format.
"+14084029292"
Body to identify an internal user in Bridge System.
Array of custom key-value 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"