Every fixed-value field in the product, in one place. If you're building a webhook handler
or a Zapier filter, this is what to compare against.
Event types
| Value | Display label |
wedding | Wedding |
corporate | Corporate |
private_dining | Private dining |
birthday | Birthday |
other | Other |
Lead statuses
| Value | Meaning |
new | Just submitted, untouched. |
contacted | You've reached out (sets contacted_at). |
viewing_booked | Site visit on the calendar. |
quoted | Formal quote sent. |
won | Booked. |
lost | Closed without a booking. |
Quote statuses
| Value | Meaning |
draft | Operator-built, not yet sent. Reserved. |
sent | Live and shareable. |
viewed | Guest has opened the proposal. |
accepted | Reserved for the deposit/acceptance flow. |
paid | Deposit received (when the deposit feature ships). |
expired | Past expires_at. Reserved. |
Pricing units
| Value | Multiplied by |
flat | 1 |
per_guest | Guest count |
per_hour | Hours specified at quote time |
per_day | Days specified at quote time |
Pricing plan statuses
| Value | Meaning |
draft | Hidden from quote evaluation. Use while you tune. |
active | Used at quote time within the plan's date range. |
archived | Preserved for the record, never matches new quotes. |
Pricing plan layers
| Layer | Config shape |
base_config | { venue_hire_cents, catering_min_per_guest_cents } |
seasonal_config | { bands: [{ label, months[], adjust_pct }] } |
day_of_week_config | { mon, tue, wed, thu, fri, sat, sun: pct } |
key_dates_config | { dates: [{ date, name, adjust_pct }] } |
lead_time_config | { pct_per_year } |
overrides_config | { dates: [{ date, total_cents, note }] } |
Days of week (for pricing plans)
Three-letter lowercase: mon, tue, wed, thu,
fri, sat, sun.
Calendar source types
| Value | Use for |
ical | Generic public iCal URL. |
google_ical | Google Calendar's secret iCal address. |
outlook | Microsoft Outlook / 365 iCal. |
Integration providers
| Value | Display label |
hubspot | HubSpot |
pipedrive | Pipedrive |
salesforce | Salesforce (coming) |
webhook | Webhook |
zapier | Zapier |
email | Email |
API key prefixes
| Prefix | Meaning |
pk_live_ | Publishable, production. |
pk_test_ | Publishable, non-production. |
sk_live_ | Secret, production. |
sk_test_ | Secret, non-production. |