Skip to main content
POST
Record an agent calendar event

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
event_id
string
required

Stable identifier for the event (used for idempotency and webhook correlation).

title
string
required

Event title.

Maximum string length: 500
start_time
string
required

Event start time (ISO-8601).

description
string

Optional event description.

Maximum string length: 2000
end_time
string

Optional event end time (ISO-8601).

attendee_email
string<email>

Optional attendee email address.

conversation_id
string

Conversation the event was booked from.

Response

200 - application/json

The event was stored and the webhook dispatched.

data
object
meta
object