onEventReminder( )


Notes:

Triggered when a certain amount of time is left until the event. In total there are 6 reminders:

  • 7 days
  • 3 days
  • 1 day
  • 2 hours
  • 1 hour
  • 30 minutes
Permissions
Manage Bookings Services and Settings
Manage Events - all permissions
Read Events - all read permissions
Read Events
Manage Events
Access Verticals by Automations
Set Up Automations
Manage Guest List
Manage Portfolio
Manage Restaurants - all permissions
Manage Events
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: EventReminderEnvelope): void | Promise<void>

JavaScript
Did this help?