post
/eventsCreate event
Records an event against a contact. Prefer `POST /contacts/{contactId}/events` for new integrations.
Authorization
Scheme
- bearerAuth
Required scopes
- event:create
Allowed roles
- owner
- admin
- agent
Create an event in the workspace.
Request body
- Name
application/json- Type
- CreateEventRequest
- Description
- Required body.
Responses
- 201
Event created
- application/json Event
- 409
Event with this idempotency key already exists
- application/json ProblemDetails
- default
Error
- application/json ProblemDetails