Skip to main content
WEBHOOK
clicked_cta
{
  "action": "CTA_CLICKED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "cta": {
    "id": "123e456-7890-1234-5678-abcdef123456",
    "type": "CHANNEL_FILE",
    "subType": "BUTTON",
    "name": "Download File",
    "location": "STAGE",
    "locationId": "123e456-7890-1234-5678-abcdef123456",
    "url": "https://example.com/download"
  }
}

Headers

X-Webhook-Signature
string
required

Signature to verify the webhook request

Body

application/json

Information about CTA clicked activity

Webhook payload for CTA clicked activity

action
string
Example:

"CTA_CLICKED"

actionId
string<uuid>

Unique identifier of the action triggered in zuddl.

Example:

"a912a64f-8865-4289-9024-9a120792c3d8"

actor
object

Details of the actor who performed the action.

actionCreatedAt
string<date-time>

Timestamp when the action was created.

Example:

"2023-10-01T12:00:00Z"

registration
object
event
object
cta
object

Response

200

Return a 200 status to indicate that the data was received successfully