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

Woman to Woman

Empowers women to examine relationships, gain insight, and embrace life.

Starts 11 Feb
125 Australian dollars
Neuma Church, Richmond VIC

Service Description

Encourages women to take a close look at the relationships in their world. Every woman carried the strength and challenges of her background into family, work, and friendships. Gain insight into family dynamics, personal attributes, beliefs and values. Provides strategies for change and encourages you to embrace life and invest in a better future. 8 Sessions Tuesday night 7 pm - 9 pm Commencing February 11 - April 1 Cost $125 includes manual


Upcoming Sessions


Cancellation Policy

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


Contact Details

  • Neuma Church, Griffiths Street, Richmond VIC, Australia


bottom of page