import { getValues } from "@velo/google-sheets-integration-backend"; import wixSecretsBackend from "wix-secrets-backend"; async function getSecretSheetId() { const id = await wixSecretsBackend.getSecret("sheetId"); return id; } export async function getValuesWrapper(range) { try { validateRange(range); try { const sheetId = await getSecretSheetId(); const result = await getValues(sheetId, range); const response = result.data.values; return response; } catch (err) { return Promise.reject("Get values failed. Info: " + err); } } catch (validationError) { return Promise.reject(validationError.toString()); } } function validateRange(range) { const regex = /([a-zA-Z0-9:!]+)/g; const match = range.match(regex); if (!match || match.length !== 1 || match[0] !== range) { throw new Error(`Input range is invalid (got: ${range})`); } }
top of page

Welcome to the New Cast Member Experience!

Raise Money

Sponsors

Guidance, sign-ups, and templates to secure ad sponsors

My Progress

Check your fundraising progress

Donate Now

Hints and templates for soliciting Donate Nows and other contributions

Raffle Tickets

Request raffle tickets and submit payments

{if we can do it}

Prepare for the Show

Missed an email? View the latest detailed schedules for upcoming rehearsals.

Every cast member needs a Jambo T-shirt for the finale. Order by mm/dd/yy!

Grab a copy of the show related materials from auditions.

Scene Materials

Everything you need to be ready for your scene. Videos, music, costumes, etc.

Make Up

Tips and tricks for applying stage ready makeup

Script

Got lines or just want to follow along? Need the latest version?

My Scenes & Roles

Lost your scene assignments or forgot? Click above to see what you are in.

Engage with Fellow Cast and Volunteers

Cast Guide

Pictures and contact information for all cast and other volunteers

Parties, Happy Hours

Sign up for official cast parties and learn about upcoming happy hours

Social Media

Join GroupSpot (for internal communications) and our other social media channels

bottom of page