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

Merchant List

Number of jobs found:

6

Content Manager

San Francisco, CA, USA

Account Director

San Francisco, CA, USA

HR Representative

San Francisco, CA, USA

Marketing Associate

San Francisco, CA, USA

Product Manager

San Francisco, CA, USA

VP Product

San Francisco, CA, USA

Jamboree Scholarship Fund, Inc.

143 East Ridgewood Avenue, Box #1295

Ridgewood, NJ 07451-1295

RHS Jamboree is a 501 (c) (3) non-profit organization

Reach out to us at producers@rhsjamboree.org​​ or Contact Us

  • Facebook
  • Instagram
bottom of page