Send SMS when a guest is checking in soon on Beds24
This trigger fires ahead of a guest's arrival, at a lead time you choose, so you can send the check-in details and get the property ready.
Developer info
- API endpoint slug
- beds24.guest_checking_in_soon
Trigger fields
How far ahead Dropdown list
- Label
- How far ahead
- Helper text
- How far in advance you want this to fire.
- Slug
- how_far_ahead
- Required
- true
- Can have default value
- true
Property Dropdown list
- Label
- Property
- Helper text
- Choose All properties to watch every property on your account.
- Slug
- property
- Required
- true
- Can have default value
- false
Ingredients
Booking Numeric value as a string. From the API field `id`.
- Slug
- booking_id
- Filter code
- Beds24.guestCheckingInSoon.BookingId
- Type
- String
- Example
- 93472260
Guest first name From the API field `firstName`.
- Slug
- guest_first_name
- Filter code
- Beds24.guestCheckingInSoon.GuestFirstName
- Type
- String
- Example
- Ada
Guest last name From the API field `lastName`.
- Slug
- guest_last_name
- Filter code
- Beds24.guestCheckingInSoon.GuestLastName
- Type
- String
- Example
- Testguest
Arrival From the API field `arrival`.
- Slug
- arrival
- Filter code
- Beds24.guestCheckingInSoon.Arrival
- Type
- Date (ISO8601)
- Example
- 2020-07-07
Departure From the API field `departure`.
- Slug
- departure
- Filter code
- Beds24.guestCheckingInSoon.Departure
- Type
- Date (ISO8601)
- Example
- 2020-07-07
Num adults Numeric value as a string. From the API field `numAdult`.
- Slug
- num_adults
- Filter code
- Beds24.guestCheckingInSoon.NumAdults
- Type
- String
- Example
- 2
Num children Numeric value as a string. From the API field `numChild`.
- Slug
- num_children
- Filter code
- Beds24.guestCheckingInSoon.NumChildren
- Type
- String
- Example
- 0
Property name From the API field `propertyId`. propertyId is numeric on the booking; the human-readable name is joined from GET /properties, which the channel already calls to drive the property populator and can cache per connection.
- Slug
- property_name
- Filter code
- Beds24.guestCheckingInSoon.PropertyName
- Type
- String
- Example
- Garden Cottage
Room name From the API field `roomId`. Same join as property name, from GET /properties?includeAllRooms=true.
- Slug
- room_name
- Filter code
- Beds24.guestCheckingInSoon.RoomName
- Type
- String
- Example
- Garden Studio
Channel From the API field `channel`.
- Slug
- channel
- Filter code
- Beds24.guestCheckingInSoon.Channel
- Type
- String
- Example
- airbnb
Reference From the API field `reference`.
- Slug
- reference
- Filter code
- Beds24.guestCheckingInSoon.Reference
- Type
- String
- Example
- BDC-4471902
Status From the API field `status`.
- Slug
- status
- Filter code
- Beds24.guestCheckingInSoon.Status
- Type
- String
- Example
- confirmed
Arrival time From the API field `arrivalTime`.
- Slug
- arrival_time
- Filter code
- Beds24.guestCheckingInSoon.ArrivalTime
- Type
- String
- Example
- 15:00
Nights Numeric value as a string. From the API field `arrival`. Computed by IFTTT from arrival and departure; Beds24 returns no night count.
- Slug
- nights
- Filter code
- Beds24.guestCheckingInSoon.Nights
- Type
- String
- Example
- 3
Guest email From the API field `email`.
- Slug
- guest_email
- Filter code
- Beds24.guestCheckingInSoon.GuestEmail
- Type
- String
- Example
- guest@example.com
