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

Valiant Man Online

Live with Dr Allan Meyer

Starts 8 Feb
135 Australian dollars
Online Zoom details to be provided

Service Description

Developing and maintaining a healthy sexuality is every man’s battle. Discover a new vision for manhood. Engage with other men, led by Dr Allan Meyer, in restoring and fortifying your moral and spiritual integrity in a highly sexualised world. For single and married men. Discover what it means to be an Understanding Man. Your wife will love you for it. 10 Sessions commencing Saturday morning, February 8 - April 12 Stream the teaching in your own time Live group sessions 8 am - 9 am (AEST) Manual will be posted to your home address Daily encouragement video every morning 63 days Cost $135 includes manual


Upcoming Sessions


Contact Details

+61 3 9727 9638

info@lifekeysministry.org

15-49 Old Melbourne Road, Chirnside Park Victoria 3116, Australia


bottom of page