Skip to main content
POST
Webhook Notification Payload

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

Execution information about the event

timestamp
string<date-time>
required

Timestamp when the event occurred

type
enum<string>
required

The category of the notification. Execution batch events use ExecutionBatchNotificationV2 instead.

Available options:
execution

Response

204

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