Skip to main content
POST
Creates a new conversation ticket for a specified contact. If an open ticket already exists for the contact within the organization, the existing active ticket is returned idempotently.

Authentication

This endpoint requires Bearer token authentication.

Request Body

string
required
Bearer token for authentication. Format: Bearer <token>.
string
required
UUID of the contact to initiate the conversation ticket with.

Response Fields

string
UUID of the inbox ticket.
string
UUID of the organization owning the ticket.
string
UUID of the linked contact.
string
UUID of the assigned WhatsApp phone number endpoint, or null.
string
Current ticket status (open or closed).
string
ISO 8601 creation timestamp.
string
ISO 8601 last update timestamp.
object
Embedded contact profile object.