Create Google Meet when Cal.com booking starts
This trigger fires a chosen number of minutes before an upcoming Cal.com booking starts.
Developer info
- API endpoint slug
- cal_com.booking_starting_soon
Trigger fields
Minutes before Dropdown list
- Label
- Minutes before start
- Slug
- minutes_before
- Required
- true
- Can have default value
- true
Event type Dropdown list
- Label
- Event type
- Helper text
- Optional. Pick a specific event type to filter on, or leave as "Any event type" to fire for every booking.
- Slug
- event_type_id
- Required
- true
- Can have default value
- false
Ingredients
Title The title of the booking.
- Slug
- title
- Filter code
- CalCom.bookingStartingSoon.Title
- Type
- String
- Example
- 30 Min Meeting between Biff McIfttt and Jane Doe
Event type slug The slug of the booked event type.
- Slug
- event_type_slug
- Filter code
- CalCom.bookingStartingSoon.EventTypeSlug
- Type
- String
- Example
- 30min
Start time When the booking starts (ISO 8601 UTC).
- Slug
- start_time
- Filter code
- CalCom.bookingStartingSoon.StartTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
End time When the booking ends (ISO 8601 UTC).
- Slug
- end_time
- Filter code
- CalCom.bookingStartingSoon.EndTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Duration The length of the booking in minutes.
- Slug
- duration
- Filter code
- CalCom.bookingStartingSoon.Duration
- Type
- String
- Example
- 30
Booking uid The unique identifier of the booking.
- Slug
- booking_uid
- Filter code
- CalCom.bookingStartingSoon.BookingUid
- Type
- String
- Example
- 2NtaeaVcKfpmSZ4CthFdfk
Attendee name The name of the primary attendee.
- Slug
- attendee_name
- Filter code
- CalCom.bookingStartingSoon.AttendeeName
- Type
- String
- Example
- Jane Doe
Attendee email The email of the primary attendee.
- Slug
- attendee_email
- Filter code
- CalCom.bookingStartingSoon.AttendeeEmail
- Type
- String
- Example
- jane@example.com
Location Where the meeting will take place.
- Slug
- location
- Filter code
- CalCom.bookingStartingSoon.Location
- Type
- String
- Example
- https://app.cal.com/video/2NtaeaVcKfpmSZ4CthFdfk
Meeting url Link to the video meeting, if any.
- Slug
- meeting_url
- Filter code
- CalCom.bookingStartingSoon.MeetingUrl
- Type
- Web URL
- Example
- https://app.cal.com/video/2NtaeaVcKfpmSZ4CthFdfk
Booking page url Link to the booking on Cal.com.
- Slug
- booking_page_url
- Filter code
- CalCom.bookingStartingSoon.BookingPageUrl
- Type
- Web URL
- Example
- https://app.cal.com/booking/2NtaeaVcKfpmSZ4CthFdfk
