Skip to main content
WEBHOOK
registrationForOnDemand
{
  "action": "REGISTRATION_FOR_ON_DEMAND",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z"
}

Headers

X-Webhook-Signature
string
required

Signature to verify the webhook request

Body

application/json

Information about registered activity

Webhook payload for registration for on demand activity

action
string
Example:

"REGISTRATION_FOR_ON_DEMAND"

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

Response

200

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