Create a new contact
Create a new 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"
Body
Request body for creating a new contact.
Contact's first name.
"John"
"Alice"
Contact's last name.
"Doe"
Contact's language code.
ES, EN "EN"
Contact's cellphone number.
"+14084029292"
Contact's email address.
"john.doe@example.com"
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"