Skip to main content
WEBHOOK
/
your-webhook-url
{
  "eventType": "ACTIONS_COMPLETED",
  "timestamp": "2024-01-15T10:30:00.000Z",
  "data": {
    "actionsId": 12345,
    "entity": "CONTACT",
    "contactId": 789,
    "overallStatus": "COMPLETED",
    "totalActions": 3,
    "statusCounts": {
      "pending": 0,
      "processing": 0,
      "completed": 3,
      "failed": 0,
      "queued": 0,
      "cancelled": 0
    },
    "progress": 100,
    "createdAt": "2025-01-15T10:25:00.000Z",
    "completedAt": "2025-01-15T10:30:00.000Z"
  }
}

Body

application/json
eventType
enum<string>
required

Type of webhook event

Available options:
ACTIONS_COMPLETED
timestamp
string
required

ISO 8601 timestamp when the webhook was sent

data
object
required

Response

Webhook received successfully