The webhook URL can be configured in the "Settings", which is only accessible by an admin. This webhook will POST an array of events to the URL specified in the settings.
API Action
POST
API Data Type
Array of Events
Event Object
Id | number | Unique id of the event |
Name | string | Name or title of the event |
HeadlinerName | string | The main act (headliner) or featured speaker for this event |
FeaturedGuests | string | Comma separated list of guests for this event |
IsSoldOut | boolean | Indicator if the event is sold out or still able to sell tickets. |
VisibleDate | date | When the event should be visible to the public. We recommend hiding events that aren't visible yet. |
OnSaleDate | date | When the event should be on sale to the public |
DoorsDate | date | When the doors open for the event |
StartDate | date | When the event starts |
EndDate | date | When the event ends |
ImageUrl | string | Main image URL for the event |
TicketUrl | string | URL where tickets can be purchased |
Ages | string | Age restrictions for the event |
PresentedBy | string | Presented By verbiage if applicable to the event |
MinTicketPrice | decimal | Minimum ticket price |
MaxTicketPrice | decimal | Maximum ticket price |
SEOTag | string | JSON+LD formatted metadata that can be used to embed in the page for Google search engine discovery for your events. https://json-ld.org/ |