import wixBookings from 'wix-bookings-backend'; import { triggeredBooking } from 'wix-bookings-backend'; export async function getBookingDetails() { try { // Get the booking ID from the trigger const bookingId = triggeredBooking.bookingId; // Query the specific booking to get full details const booking = await wixBookings.getBooking(bookingId); // Extract relevant information const orderNumber = booking.number; // This is the customer-facing order number const orderId = booking._id; // This is the internal ID const customerName = booking.contactDetails.firstName + ' ' + booking.contactDetails.lastName; const bookingDate = new Date(booking.bookedDate).toLocaleDateString(); // Construct the email content object const emailData = { orderNumber: orderNumber, orderId: orderId, customerName: customerName, bookingDate: bookingDate, // Add any other fields you need }; // Return the data object that can be used in the email return { success: true, data: emailData }; } catch (error) { console.error("Error fetching booking details:", error); return { success: false, error: error.message }; } } // Usage in automation: // 1. Add this code in your backend // 2. In the "Run Velo code" action, call this function // 3. Use the returned data in your email template like this: // Order Number: ${emailData.orderNumber} // Customer: ${emailData.customerName} // Date: ${emailData.bookingDate}
top of page

Small Group & Facilitator Training

Learn to facilitate small groups and Lifekeys courses.

Starts 11 Feb
90 Australian dollars
Transformation Centre, Vermont VIC

Service Description

This course is a leadership development encounter. Participants will experience personal growth, skills development, and an understanding of the core issues encountered in running groups of every kind. Build your confidence, be equipped for service. 6 Sessions Tuesday evenings 7 pm - 9 pm Commencing February 11 - March 18 Cost $90 includes manual


Upcoming Sessions


Cancellation Policy

To cancel or reschedule, please contact us at least a week prior to the course commencing.


Contact Details

  • 159 Rooks Road, Vermont VIC, Australia

    +61 3 9727 9638

    info@lifekeysministry.org


bottom of page