Skip to main content
POST
/
webhooks
/
example

Body

application/json

Top-level V2 notification structure sent to webhook endpoints

event_id
string
required

Unique identifier for this notification event

info
object
required

Category-specific information about the event. Currently only execution events are supported. Execution information with event-specific payload

timestamp
string<date-time>
required

Timestamp when the event occurred

type
enum<string>
required

The category of the notification (execution, agent, workflow, etc.) Category of the notification event

Available options:
execution

Response

204

There is no content to send for this request, but the headers may be useful.