Skip to main content
POST
/
v3
/
webhooks
/
batch.json
Batch Webhooks
curl --request POST \
  --url http://localhost/api/v3/webhooks/batch.json \
  --header 'Content-Type: application/json' \
  --data '
{
  "event_context": "<string>",
  "identifiers": [
    "<string>"
  ],
  "dispatch_actions": true,
  "dispatch_webhooks": true,
  "action_ids": [
    123
  ],
  "webhook_ids": [
    123
  ]
}
'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
event_context
string
required
identifiers
string[]
required
Required array length: 1 - 500 elements
dispatch_actions
boolean
dispatch_webhooks
boolean
action_ids
integer[]
Minimum array length: 1
webhook_ids
integer[]
Minimum array length: 1

Response

message
string
required
Allowed value: "Queued for processing."