Skip to main content
POST
Batch Webhook Notification Payload

Body

application/json

Top-level V2 notification structure sent to webhook endpoints for execution batch events

event_id
string
required

Unique identifier for this notification event. Stable across redeliveries of the same event.

info
object
required

Batch-specific information about the event

timestamp
string<date-time>
required

Timestamp when the event occurred

type
enum<string>
required

The category of the notification. Always 'execution_batch' for batch events.

Available options:
execution_batch

Response

204

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