Catering Orders
Catering Orders
Section titled “Catering Orders”Catering orders are linked bookings with a type of catering-order
. Any driver that operates on bookings with a configurable booking_type
can be used for catering bookings.
Examples
Section titled “Examples”Booking Approver
Section titled “Booking Approver”The place/booking_approver
driver can be used to auto approve catering orders with this configuration.
approve_booking_types: - catering-order
approve_zones: - building-zone-id
Booking Notifier
Section titled “Booking Notifier”The place/booking_notifier
driver can be configured to send notifications for catering orders to a specific email address like this.
booking_type: catering-orderunique_templates: truenotify: building-zone-id: name: Building Name email: - notify@example.com notify_manager: false notify_booking_owner: false
Setting notify_booking_owner
to true
will send the notifications to the booking creator.
To send cancellation notifications a template must be created for the bookings.cancelled_catering-order
trigger.