Appearance
Event Events
Note: If a customer wants to subscribe to
event.Published, they must also subscribe toevent.Created, as both events are required to receive complete lifecycle notifications.
Available event events
Event payloads
event.Created
json
{
"id": "152",
"authorId": "9",
"authorUsername": "Customer Communities Admin",
"authorAvatar": "https://uploads-eu-west-1.almostinsided.com/engagement-en/icon/200x200/54b4078e-b95b-4048-8082-b6a24bc7ebf6.png",
"title": "test event 123",
"content": "<p>test event 123 desc</p>",
"startAt": "2026-02-03T00:00:00+00:00",
"endAt": "2026-02-03T01:00:00+00:00",
"timezone": "Africa/Abidjan",
"location": "",
"url": "",
"type": "",
"status": "published",
"image": "",
"createdAt": "2026-02-02T07:06:02+00:00",
"featuredTopics": [],
"userGroupId": "",
"registrationUrl": ""
}ididentifies the eventauthorIdidentifies the user who created the eventauthorUsernameis the display name of the event authorauthorAvataris the URL of the author's avatar imagetitleis the title of the eventcontentcontains the event description in HTML formatstartAtindicates when the event startsendAtindicates when the event endstimezonespecifies the event's local timezonelocationrepresents the physical or virtual location of the eventurlis an optional external link associated with the eventtyperepresents the event typestatusindicates the current state of the event (e.g., published)imageis an optional event image URLcreatedAtis the timestamp when the event was createdfeaturedTopicslists any topics highlighted for this eventuserGroupIdidentifies the associated user group (if applicable)registrationUrlis an optional URL for event registration
event.Published
json
{
"id": "1",
"publishedAt": "2025-01-01T00:00:00+00:00",
"publishedBy": "10"
}ididentifies the eventpublishedAtthe time at which the event was publishedpublishedByidentifies the user who published the event
event.SignedUp
json
{
"eventId": "1",
"userId": "15",
"eventTitle": "Annual Conference",
"eventTimezone": "Europe/London",
"eventStartDate": "2025-01-01T00:00:00+00:00"
}eventIdidentifies the eventuserIdidentifies the user who signed up for the eventeventTitlethe title of the eventeventTimezonethe timezone of the eventeventStartDatethe start date of the event
event.SignUpCancelled
json
{
"eventId": "1",
"userId": "15"
}eventIdidentifies the eventuserIdidentifies the user who cancelled their sign-up for the event

