PUT https://api.bundeling.com/V2/events/:uuid Parameters Url Name Description Type uuidA unique identifier used to identify an event string
Body Name Description Type Nillable author_uuidA unique identifier used to identify the author of the event. stringtruetitleThe name of the event stringfalsedescriptionThe description of the event containing more information stringfalsecategoryThe category stringfalsecategory_uuidA unique identifier used to identify the category of the event. stringtruelocationThe location of the event stringfalsedateThe date and time of the event. datetimefalseattendanceenddateThe date and time when users can no longer set their status to "attending". datetimetrueenddateThe date and time on which the event ends. datetimefalsesocial_sharingSetting this to true will allow users to share the event on social media. booleanfalsedraftSave the event as draft or published. booleanfalsepublicationdateThe date and time on which the event becomes visible to users in the app. datetimefalsenotificationdateThe date and time on which the event push notification is sent. datetimefalsereminder_not_attending_notification_dateThe date and time on which the event push notification will be sent to all users who have not filed attendance. datetimetrueattending_emailWhen users set their status to "attending" a confirmation email will be sent to this address. stringfalsehide_attendance_overviewWhen enabled, the attendance overview will be hidden from users. booleanfalseattendance_enabledSetting this to true will allow users to attend the event. booleanfalseattendance_advancedSetting this to true will allow advanced register for the event. booleanfalseattendance_limitThe maximum number of attendees allowed for the event. Set to 0 for unlimited. intfalseattendance_guestsSetting this to true will allow users to bring guests to the event. booleanfalseattendance_notesSetting this to true will allow users to write notes. booleanfalseexternal_referenceReference for linking to external systems. stringfalseattendance_form_uuidA unique identifier used to identify the attendace form of the event. stringtruelabelsLabels to add to this event. Replaces current labels array(string)falseactionsTimed events that can be triggered for this event mixedfalse
Actions Name Description Resettable pushbroadcast_1_1Send push notification on notification date truepushnotification_client_module_event_pictures_1Push notification "Take an ACTION PHOTO via the app for an unforgettable event" send to all attendees at the start truepushnotification_client_module_event_pictures_2Extra action photo notification "Share event photos via the app. Go to the event and tap the photo icon." send to all attendees truepushnotification_1_1Reminder notification to all not attending users true
Example request Raw cURL JavaScript PHP Python Go Choose language
Headers Body {
"author_uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
"title": "Bundeling gathering",
"description": "We are organizing a gathering to let our users know about...",
"category": "Festivals",
"category_uuid": "8e09c4749b234633a7319148aac8cb81",
"location": "Uden",
"date": "2026-08-10T12:00:00+0200",
"attendanceenddate": "2026-08-06T00:00:00+0200",
"enddate": "2026-08-10T18:00:00+0200",
"social_sharing": true,
"draft": false,
"publicationdate": "2026-07-27T00:00:00+0200",
"notificationdate": "2026-07-31T12:00:00+0200",
"reminder_not_attending_notification_date": "2026-07-31T12:00:00+0200",
"attending_email": "support@bundeling.com",
"hide_attendance_overview": false,
"attendance_enabled": "true",
"attendance_advanced": "false",
"attendance_limit": 50,
"attendance_guests": "true",
"attendance_notes": "true",
"external_reference": "123908",
"attendance_form_uuid": "d669b048d2084892b5a5232b78923227",
"labels": [
"eeb763c41c054dcc8f6d9362f24ee9b2"
],
"actions": {
"pushbroadcast_1_1": {
"enabled": true
}
}
} Example response {
"uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
"author_uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
"headerimage": "eyJjbGllbnQiOjEwLCJwYXRoIjoiYnVsbGV0aW5fYm9hcmRfcGljdHVyZXNcLz...",
"title": "Bundeling Training",
"description": "Bundeling will be giving workshops...",
"language": null,
"category": "Festivals",
"category_uuid": "8e09c4749b234633a7319148aac8cb81",
"location": "Uden",
"date": "2026-08-10T12:00:00+0200",
"attendanceenddate": "2026-08-06T00:00:00+0200",
"enddate": "2026-08-10T18:00:00+0200",
"social_sharing": false,
"social_sharing_link": "",
"draft": false,
"publicationdate": "2026-07-27T00:00:00+0200",
"notificationdate": "2026-07-31T12:00:00+0200",
"reminder_not_attending_notification_date": "2026-08-02T12:00:00+0200",
"attending_email": "support@bundeling.com",
"attendance_enabled": true,
"hide_attendance_overview": false,
"attendance_advanced": true,
"actions": {
"pushbroadcast_1_1": {
"enabled": true,
"executed": false
},
"pushnotification_client_module_event_pictures_1": {
"enabled": true,
"executed": false
},
"pushnotification_client_module_event_pictures_2": {
"enabled": true,
"executed": false
},
"pushnotification_1_1": {
"enabled": true,
"executed": false
}
},
"attendance_limit": 0,
"attendance_guests": true,
"attendance_notes": true,
"external_reference": "123908",
"attending_users": [
"48b99d307f8746a8b126f76be5d1153e",
"603222387277473c997e1b0f92f45076"
],
"attendance_form_uuid": "d669b048d2084892b5a5232b78923227",
"visitor_count": 56,
"pictures": [
"eyJjbGllbnQiOjEwLCJwYXRoIjoiYnVsbGV0aW5fYm9hcmRfcGljdHVyZXNcLz..."
],
"labels": [
"d7743aaf53224e279853c7d0c1dbfb3a",
"d7743aaf53224e279853c7d0c1dbfb3a"
],
"combined_labels": {
"uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
"labels": [
"d7743aaf53224e279853c7d0c1dbfb3a",
"d7743aaf53224e279853c7d0c1dbfb3a"
]
},
"creationdate": "2026-04-03T00:00:00+0200",
"lastupdate": "2026-04-03T00:00:00+0200"
}