Skip to main content
WEBHOOK
event_added_in_hub
{
  "action": "EVENT_ADDED_IN_HUB",
  "actionId": "123e4567-e89b-12d3-a456-426614174000",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "event": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "Huddle with zuddl.",
    "description": "join us to learn more about zuddl.",
    "identifier": "event-123",
    "startDate": "2025-04-11T12:30:00Z",
    "endDate": "2025-04-11T12:30:00Z",
    "timezone": "UTC/IST",
    "status": "UPCOMING/ONGOING",
    "type": "WEBINAR/FIELD_EVENT/EVENT",
    "eventFormat": "IN_PERSON",
    "createdAt": "2025-04-11T12:30:00Z",
    "createdBy": "123e4567-e89b-12d3-a456-426614174000",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "123e4567-e89b-12d3-a456-426614174000",
    "customProperties": [
      {
        "key": "salesforceCampaignId",
        "value": "ABCyyZ1234"
      }
    ],
    "tags": [
      {
        "id": "tag1",
        "name": "Webinar",
        "color": "#AAFFEE",
        "categoryId": "category1",
        "categoryName": "Event type",
        "categoryColor": "#BBDDEE",
        "lastAppliedAt": "2025-09-01T06:31:35.711971Z",
        "usageCount": 2
      },
      {
        "id": "tag2",
        "name": "Field Event",
        "color": "#BBFFEE"
      }
    ],
    "location": {
      "venue": "<string>",
      "address": {
        "address": "<string>",
        "addressLine2": "<string>",
        "city": "San Francisco",
        "stateProvince": "<string>",
        "postalCode": "<string>",
        "country": "<string>"
      },
      "coordinates": {
        "latitude": "24.4194509",
        "longitude": "27.4194509"
      },
      "mapUrl": "https://www.google.com/maps/place/?q=place_id:ChIJ_Q8bfYdGXj4Rz1s_sFHJqcA"
    },
    "teamName": "General",
    "teamId": "123e4567-e89b-12d3-a456-426614174000",
    "websiteUrl": "https://app.zuddl.com/org/event",
    "parentEventId": "123e4567-e89b-12d3-a456-426614174000",
    "virtualEventUrl": "https://zuddl.com",
    "landingPageDetails": [
      {
        "name": "Registration Page",
        "url": "https://app.zuddl.com/org/event",
        "type": "Registration page",
        "status": "Published"
      }
    ]
  },
  "hub": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "name": "Main Event Hub"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.zuddl.com/llms.txt

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

Headers

X-Webhook-Signature
string
required

Signature to verify the webhook request

Body

application/json

Information about event added in hub activity

Webhook payload for event added in hub activity

action
string
Example:

"EVENT_ADDED_IN_HUB"

actionId
string<uuid>

Unique identifier of the action triggered in zuddl.

Example:

"123e4567-e89b-12d3-a456-426614174000"

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"

event
object
hub
object

Response

200

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