{
"action": "EVENT_UPDATED",
"actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
"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": "VIRTUAL/IN_PERSON/HYBRID",
"createdAt": "2025-04-11T12:30:00Z",
"createdBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updatedAt": "2025-04-11T12:30:00Z",
"updatedBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"teamName": "General",
"websiteUrl": "https://app.zuddl.com/org/event",
"parentEventId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"location": {
"venue": "<string>",
"address": {
"address": "<string>",
"addressLine2": "<string>",
"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"
},
"virtualEventUrl": "https://zuddl.com",
"tags": [
{
"id": "tag1",
"name": "Webinar"
},
{
"id": "tag2",
"name": "Field Event"
}
]
}
}
This webhook is triggered when an event is updated.
{
"action": "EVENT_UPDATED",
"actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
"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": "VIRTUAL/IN_PERSON/HYBRID",
"createdAt": "2025-04-11T12:30:00Z",
"createdBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updatedAt": "2025-04-11T12:30:00Z",
"updatedBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"teamName": "General",
"websiteUrl": "https://app.zuddl.com/org/event",
"parentEventId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"location": {
"venue": "<string>",
"address": {
"address": "<string>",
"addressLine2": "<string>",
"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"
},
"virtualEventUrl": "https://zuddl.com",
"tags": [
{
"id": "tag1",
"name": "Webinar"
},
{
"id": "tag2",
"name": "Field Event"
}
]
}
}
Signature to verify the webhook request
Information about event updated activity
Webhook payload for event updated activity
Return a 200 status to indicate that the data was received successfully
Was this page helpful?