Send TidyCal canceled bookings to Slack channel
This trigger fires when a booking is canceled.
Developer info
- API endpoint slug
- tidycal.canceled_booking
Trigger fields
Booking type Dropdown list
- 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
Contact name The full name of the contact.
- Slug
- contact_name
- Filter code
- Tidycal.canceledBooking.ContactName
- Type
- String
- Example
- John Doe
Contact first name The first name of the contact.
- Slug
- contact_first_name
- Filter code
- Tidycal.canceledBooking.ContactFirstName
- Type
- String
- Example
- John
Contact last name The last name of the contact.
- Slug
- contact_last_name
- Filter code
- Tidycal.canceledBooking.ContactLastName
- Type
- String
- Example
- Doe
Contact email The email address of the contact.
- Slug
- contact_email
- Filter code
- Tidycal.canceledBooking.ContactEmail
- Type
- String
- Example
- john.doe@example.com
Contact phone The phone number of the contact.
- Slug
- contact_phone
- Filter code
- Tidycal.canceledBooking.ContactPhone
- Type
- String
- Example
- +1234567890
Contact timezone The timezone of the contact.
- Slug
- contact_timezone
- Filter code
- Tidycal.canceledBooking.ContactTimezone
- Type
- String
- Example
- America/New_York
Contact The unique identifier of the contact.
- Slug
- contact_id
- Filter code
- Tidycal.canceledBooking.ContactId
- Type
- String
- Example
- contact_123456
Created at The date and time when the booking was created.
- Slug
- created_at
- Filter code
- Tidycal.canceledBooking.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Canceled at The date and time when the booking was canceled.
- Slug
- canceled_at
- Filter code
- Tidycal.canceledBooking.CanceledAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Payment The payment identifier associated with the booking.
- Slug
- payment_id
- Filter code
- Tidycal.canceledBooking.PaymentId
- Type
- String
- Example
- pay_789012
Amount The payment amount for the booking.
- Slug
- amount
- Filter code
- Tidycal.canceledBooking.Amount
- Type
- String
- Example
- 50.00
Currency The currency of the payment.
- Slug
- currency
- Filter code
- Tidycal.canceledBooking.Currency
- Type
- String
- Example
- USD
Starts at The date and time when the booking was scheduled to start.
- Slug
- starts_at
- Filter code
- Tidycal.canceledBooking.StartsAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Ends at The date and time when the booking was scheduled to end.
- Slug
- ends_at
- Filter code
- Tidycal.canceledBooking.EndsAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Meeting url The URL for the meeting.
- Slug
- meeting_url
- Filter code
- Tidycal.canceledBooking.MeetingUrl
- Type
- String
- Example
- https://zoom.us/j/123456789
Meeting The unique identifier of the meeting.
- Slug
- meeting_id
- Filter code
- Tidycal.canceledBooking.MeetingId
- Type
- String
- Example
- meet_456789
Questions json Custom questions and answers in JSON format.
- Slug
- questions_json
- Filter code
- Tidycal.canceledBooking.QuestionsJson
- Type
- String
- Example
- {"question1": "answer1"}