Creates a new conversation with flexible user identification.
Create a new conversation with flexible user identification.
External users can be identified by ID, email, or phone. Internal users are only assigned when explicitly specified; otherwise, conversations are auto-assigned by round-robin through a team or left open for any available internal user.
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 conversation.
Participants to add to conversation.
Optional name/title for the conversation.
"Bridge Support Team"
Initial conversation status - 'active' for visible conversations, 'ghost' for invisible until first interaction.
ACTIVE, GHOST, RELEASED, NOT_ASSIGNED_TO_HUMAN, BLOCKED "ACTIVE"
Team UUID for round-robin assignment (optional, mutually exclusive with internalParticipants).
"9fd1468d-e5ca-4ba3-98d1-13017e6f3808"
Response
Successful Response
Response body for conversation details.
Unique identifier of the conversation (UUID v4).
"b6cf1c4a-2b1e-4e63-8f3e-0f9d1a2a1234"
Unique identifier of the workspace (UUID v4).
"b6cf1c4a-2b1e-4e63-8f3e-0f9d1a2a1234"
Participants of the conversation.
Timestamp when the conversation was created.
"2003-04-10T09:00:00.000Z"
Timestamp when the conversation was last updated.
"2003-04-10T09:00:00.000Z"
Optional name/title for the conversation.
"Bridge Support Team"
Current conversation status - 'ACTIVE' for visible conversations, 'GHOST' for invisible until first interaction.
ACTIVE, GHOST, RELEASED, NOT_ASSIGNED_TO_HUMAN, BLOCKED "ACTIVE"