This trigger fires when a new booking is created.
- API endpoint slug
- tidycal.new_booking
Trigger fields
- Label
- Booking type
- Helper text
- Select a booking type (leave blank for any booking type)
- Slug
- booking_type
- Required
- true
- Can have default value
- false
Ingredients
- Slug
- contact_name
- Filter code
- Tidycal.newBooking.ContactName
- Type
- String
- Example
- John Doe
- Slug
- contact_first_name
- Filter code
- Tidycal.newBooking.ContactFirstName
- Type
- String
- Example
- John
- Slug
- contact_last_name
- Filter code
- Tidycal.newBooking.ContactLastName
- Type
- String
- Example
- Doe
- Slug
- contact_email
- Filter code
- Tidycal.newBooking.ContactEmail
- Type
- String
- Example
- john.doe@example.com
- Slug
- contact_phone
- Filter code
- Tidycal.newBooking.ContactPhone
- Type
- String
- Example
- +1234567890
- Slug
- contact_timezone
- Filter code
- Tidycal.newBooking.ContactTimezone
- Type
- String
- Example
- America/New_York
- Slug
- contact_id
- Filter code
- Tidycal.newBooking.ContactId
- Type
- String
- Example
- contact_123456
- Slug
- created_at
- Filter code
- Tidycal.newBooking.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
- Slug
- payment_id
- Filter code
- Tidycal.newBooking.PaymentId
- Type
- String
- Example
- pay_789012
- Slug
- amount
- Filter code
- Tidycal.newBooking.Amount
- Type
- String
- Example
- 50.00
- Slug
- currency
- Filter code
- Tidycal.newBooking.Currency
- Type
- String
- Example
- USD
- Slug
- starts_at
- Filter code
- Tidycal.newBooking.StartsAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
- Slug
- ends_at
- Filter code
- Tidycal.newBooking.EndsAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
- Slug
- meeting_url
- Filter code
- Tidycal.newBooking.MeetingUrl
- Type
- String
- Example
- https://zoom.us/j/123456789
- Slug
- meeting_id
- Filter code
- Tidycal.newBooking.MeetingId
- Type
- String
- Example
- meet_456789
- Slug
- questions_json
- Filter code
- Tidycal.newBooking.QuestionsJson
- Type
- String
- Example
- {"question1": "answer1"}