Resources
Publish Event
Publish a custom event to trigger workflows and integrations.
POST
Publish Event
Publish a custom event to the Theo event bus. Events can trigger workflows, connector actions, and skill activations.
Authentication
Requires a Bearer token. See Authentication.Request Body
Organization UUID the event belongs to.
Event type identifier (e.g.,
"claim.created", "policy.renewed").Arbitrary event payload data.
ID of the connector that originated this event.
Request Example
Response
Returns the published event object with generatedid and timestamp.
Endpoint
POST /api/v1/events
Requires authentication via Bearer token. See Authentication.Publish Event
