Integrating a Booking Engine with Event Temple
The following workflow is recommended for connecting a booking engine with Event Temple:
Syncing Resources:
Utilize the following APIs to synchronize specific resources with your booking engine:
- Event Spaces: Use the spaces API to sync event spaces.
- Menu Items: Get a list of menu items using the menu_items API.
- Packages: Get a list of packages through the packages API.
Availability Verification:
Determine space availability for specific timeframes with the List all availabilities API.
Booking Creation:
Create a comprehensive booking, including its associated events, line items, and packages with the Create a full booking API
Maintaining Synchronization:
Ensure your bookings, along with their corresponding events, line items, and packages, remain updated using the following APIs:
- Bookings API bookings
- Events API events
- Line Items API line_items
- Booking Packages API booking_packages
Updated 4 months ago