Changes

Jump to navigation Jump to search

Auto Actions

17,359 bytes added, 16:24, 21 May 2023
== Setup ==
Automatic actions will trigger every 15/20 minutesThe auto action batch process runs multiple times per hour.
Go to {{#fas:cog}} (SETTINGS) GUEST MANAGEMENT -> AUTO ACTION
Other files can not be attached. We recommend you use a link to a file you upload to your web site.
 
===HTML and Templates===
If you use HTML you will need to make sure your code is correct and clean otherwise it might trigger our firewall.
 
HTML messages created by third party services is often convoluted and might contain critical content. Some tools like https://stripo.email/ or https://www.designedwithbee.com/ that allow you to create your own templates and also provide many templates have tested to work well in Beds24.
=== SMS ===
<span style="color: #f3e504; font-size: 150%;" >{{#fas:lightbulb}} </span> This filter will not apply if you are triggering on a single property.
 
== Using Smart Logic Template Variables ==
You can use smart logic template variables to trigger auto actions for specific conditions.
 
If you want to send a message on a specific day of the week :-
 
1) You need to send a message to remind the guests to put the rubbish bin out for collection on a Wednesday night.
* [IF=:[CURRENTDATE:{%u}]:3:yes|no] will test if the current date is a Wednesday
 
2) Remind the guest that the cleaning lady will be at the apartment on Friday morning.
 
* [IF=:[CURRENTDATE:{%u}]:4:yes|no] will test if the current date is a Thursday
 
%u ISO-8601 numeric representation of the day of the week 1 (for Monday) through 7 (for Sunday)
== Performance and Testing ==
Auto actions will test up to 1000 bookings per cycle, if your trigger condition involves more than 1000 bookings, the next 1000 will be tested on the next cycle etc.
If you require the fastest speed make sure , ensure your trigger is designed to test less than 1000 bookings.
The easiest way to do this is usually by reducing the testing window to the smallest necessary and adjusting the trigger condition to the most suitable.
For example a trigger that tests all bookings from booking time for 1 year will test many bookings while a trigger that tests only the 7 days before check-in will test less bookings and perform faster.
The test tab of the auto action has a button which that will show you how many and which bookings are being tested by the auto action.
It is also possible to specify a booking number and test if the auto action would trigger on that booking with some diagnostics information shown to help trouble shooting.
 
'''Optimising your auto actions''' You can trigger multiple actions in one auto action,
*send an email/api message to the guest,
*send an SMS, update booking settings,
*add/delete a booking info code,
*trigger a webook,
*add a pending payment,
*update/add/delete a Charge/Payment item,
*assign an invoice number.
 
There is no requirement to set an individual auto action for each item if they can all apply at the same time.
 
<span style="color: #f3e504; font-size: 150%;" >{{#fas:lightbulb}} </span> '''It is not possible to specify a specific time for the auto action to trigger.''' The use of the Trigger time 'Immediate' + 14 hrs (for example) will not trigger the auto action at 2pm local time, this will be the first time the booking could be checked to see if all other conditions are met, and added to the batch for processing.
== Troubleshooting ==
<div class="headline-collapse" >
====Send an Email with a key code for a specific unit one day before check-in(Self Checkin)====
</div>
<div class="mw-collapsible-content">
<div class="headline-collapse" >
====Send an Email in email to the guests language to an internal Email guest email address when a payment FAILS at Stripe====
</div>
<div class="mw-collapsible-content">
This uses a smart template variable. In this example we check whether the guest booked in French. If yes Trigger tab:*Trigger Event = After Booking*Trigger Time = Immediate*Trigger Window = 365*Booking Source = All*Booking Status = All but not cancelled*Booking Info Code = STRIPEFAIL, then we send a French text. If no, we send an English text.CARDFAILSTRIPE
'''Trigger Message tab:'''Update details as appropriate*Send Message = Booking API and Email Smart: If the "Mail & Actions" tab contains a "real" Email address the message is sent to the guests Email address.If only a masked Email address is available the message sends via the channels API messaging systems if possible. If no connection to a messaging system is available the message will send to the Email address from the "Mail & Actions" tab of the Email. Messages to the Email address entered in the field "Internal" are sent via Email.
Time:*Trigger Event = Booking*Trigger Time = Immediate*Trigger Window = 1Plain text box (Using Message API)
Booking SourceSubject - enter the subject for your GuestsPlain Text Message :*Booking Source = All (for example)- enter the Message text you wish to send to your guests including the payment link
Booking Conditionshttps:*Booking Status //beds24.com/bookpay.php?bookid= All Not Cancelled[BOOKID]
Booking Fields:You can find extra options to add to the payment link if you want to refine the details *Booking Field Contains - select "Language" in the next field enterhttps: the short code for the language this Auto Action is for//wiki.beds24.com/index.php/Category:Payments#Payment_Request
'''*HTML Message tab(Send Email) Email Subject - enter the subject for your GuestsEmail Text :'''- enter the Email text you wish to send to your guests include template variable Enter [PAYLINK] this creates a payment link (HTML A tag) for the message payment request for the amount in the appropriate language under your default languagebooking deposit field if non zero, otherwise the outstanding balance. Check the template variables for other options.
'''Booking tab:'''*Send Message Execution = Internal OnlyOne time only*Internal Email Address Flag Text = enter the email address this message should be sent The text you want to.display*Email Subject Flag Colour - enter choose the subject for your Guestsflag colour *HTML box - Email will be Booking changes are applied before the mail is sent *Email Text :- Template variables so that the flag template variable can be used reflected in the messageEmail. [[Template_Variables| See here]]
</div>
<div class="mw-collapsible mw-collapsed">
<div class="headline-collapse" >
====Send SMS an Email in a certain language (if it is the language of the booking) or a default guests languageto an internal Email address ====
</div>
<div class="mw-collapsible-content">
This uses a smart template variable. In this example the auto action will trigger on Booking and for 1 day, we check whether the guest booked in French. If yes, then we send a French text. If no, we send an English text.
'''Trigger tab:'''  Set the rules to when this Auto Action should trigger.
Time:
*Booking Status = All Not Cancelled
Booking Fields:
*Booking Field Contains - select "Language" in the next field enter: the short code for the language this Auto Action is for.
 
'''Message tab:'''
Enter the message in the appropriate language under your default language.
 
*Send Message = Internal Only
 
*Internal Email Address = enter the email address this message should be sent to.
 
*Email Subject - enter the subject for your Guests
 
*HTML box - Email will be sent
 
*Email Text :- Template variables can be used in the message. [[Template_Variables| See here]]
'''SMS tab:'''
*Phone Number = [GUESTMOBILE]
*SMS Message = [IF=:[GUESTLANGUAGE]:fr:French_text|English_text]
</div>
</div>
<div class="headline-collapse" >
====Send Remotelock/Lockstate, Nuki PIN SMS in a certain language (if it is the language of the booking) or Chekin Link 2 days before Check-in a default language====
</div>
<div class="mw-collapsible-content">
'''Trigger tab:'''This uses a smart template variable. In this example the auto action will trigger on Booking and for 1 day, we check whether the guest booked in French. If yes, then we send a French text. If no, we send an English text.
Time'''Trigger tab:-*Trigger Event = Check-in*Trigger Time = -2 (the number of days before check-in you want to sent the code or link) *Trigger Window = 2'''
Booking Souce :- *Booking Source = All*Booking Status = All but not cancelledSet the rules to when this Auto Action should trigger.
Time:*Trigger Event = Booking Conditions:- *Group bookings Trigger Time = Immediate*Trigger all on masterWindow = 1
Info Codes Booking Source:-*Info Code Booking Source = LOCKSTATE_PIN or NUKI_PIN or CHEKIN_URL All (select the appropriate Booking Info Code for the service you useexample)
'''Messaging tabBooking Conditions:''' For channels using the Message API, then enter the text in the Plain text box, for emails enter the text in the HTML box.*Booking Status = All Not Cancelled
*Send Message = Booking API/Smart Email
 
If the "Mail & Actions" tab contains a "real" Email address the message is sent to the guests Email address. If only a masked Email address is available the message sends via the channels API messaging systems if possible.
 
If no connection to a messaging system is available the message will send to the Email address from the "Mail & Actions" tab of the Email.
 
*Subject - enter the subject for your Guests - Your access code (your text)
 
*Plain text box - will send to channels using Message API
 
Message Text :- enter the text you wish to send to your guests include URL. Include these template variables - [BOOKINGINFOCODETEXT:LOCKSTATE_PIN] or [BOOKINGINFOCODETEXT:NUKI_PIN] or [BOOKINGINFOCODETEXT:CHEKIN_PIN] see the list of ALL template variables that can be used [[Template_Variables| see here]]
 
*HTML box - Email will be sent
 
Email Text :- It is possible to use the same details (URL) as in the Plain Text box above. Include these template variables - [BOOKINGINFOCODETEXT:LOCKSTATE_PIN] or [BOOKINGINFOCODETEXT:NUKI_PIN] or [BOOKINGINFOCODETEXT:CHEKIN_PIN] see the list of ALL template variables that can be used [[Template_Variables| see here]]
'''SMS tab:'''
*Phone Number = [GUESTMOBILE]
*SMS Message = [IF=:[GUESTLANGUAGE]:fr:French_text|English_text]
</div>
</div>
<div class="headline-collapse" >
====Send Email to guests with check-in details Remotelock/Lockstate, Nuki PIN or Chekin Link 2 days before Check-in, booking paid/no outstanding balance (Self Checkin) ====
</div>
<div class="mw-collapsible-content">
 This auto action will be sent only when the Invoice Balance of the booking is zero. This can be used to ensure that the checkin details are only sent when the guest has completed the payments.  '''Trigger tab:'''
Time:-
*Trigger Window = 2
Booking SourceSouce :-
*Booking Source = All
*Booking Status = All but not cancelled
Booking Conditions:-
*Group bookings = Trigger all on master
 Info Codes :-*Invoice Balance Info Code = ZeroLOCKSTATE_PIN or NUKI_PIN or CHEKIN_URL (select the appropriate Booking Info Code for the service you use)
'''Messaging tab:''' For channels using the Message API, then enter the text in the Plain text box, for emails enter the text in the HTML box.
*Plain text box - will send to channels using Message API
Message Text :- enter the text you wish to send to your guestsinclude URL. This can include any information that is important for the checkin of the guest, for example the Key code for the door, who to contact if there are any issues, Include these template variables can be used, - [BOOKINGINFOCODETEXT:LOCKSTATE_PIN] or [BOOKINGINFOCODETEXT:NUKI_PIN] or [BOOKINGINFOCODETEXT:CHEKIN_PIN] see the list of ALL template variables that can be used [[Template_Variables| see here]]
*HTML box - Email will be sent
Email Text :- Enter It is possible to use the same details (URL) as in the text you wish to send to your guests this can include URLsPlain Text box above. Include any information that is important for the checkin of the guest, for example the Key code for the door, who to contact if there are any issues, these template variables can be used, - [BOOKINGINFOCODETEXT:LOCKSTATE_PIN] or [BOOKINGINFOCODETEXT:NUKI_PIN] or [BOOKINGINFOCODETEXT:CHEKIN_PIN] see the list of ALL template variables that can be used [[Template_Variables| see here]]
</div>
<div class="headline-collapse" >
====Send Email Pin code to all current guest (, 2 days before Check-in(Self Checkin) ====
</div>
<div class="mw-collapsible-content">
 
This auto action can be used if you have set a fixed PIN code in the Room Setup or using digits from the Booking id.
 
To setup the PIN code for each Room/Unit then go to {{#fas:cog}} (SETTINGS) > PROPERTIES > ROOMS > SETUP > UNIT NAMES, then in the unit names, you can add additional information including a pin code.
 
Example:
 
You have 2 units (100 and 101). Access Pin Code for 100 = 12345, for 101 - 34567
 
In "Unit name" enter: (Use (?) in the room setup for more details/options)
 
*100|12345
*101|34567
 
'''Trigger tab:'''
Time:-
*Trigger Event = Check-in
*Trigger Time = Immediate*Trigger Window = 14 -2 (the max number of days your guests can staybefore check-in you want to sent the code or link)*Trigger Window = 2
Booking SourceSouce :-
*Booking Source = All
 
Booking Conditions:
*Group bookings = Trigger all on master
*Booking Status = All but not cancelled
Info CodesBooking Conditions: - *Any Booking Info Code = CHECKIN*Exclude Booking Info Code Group bookings = CHECKOUT Trigger all on master
'''Messaging tab:''' For channels using the Message API, then enter the text in the Plain text box, for emails enter the text in the HTML box.
*Send Message = Booking API/Smart Email
If the "Mail & Actions" tab contains a "real" Email address the message is sent to the guests Email address. If only a masked Email address is available the message sends via the channels API messaging systems if possible.
If no connection to a messaging system is available the message will send to the Email address from the "Mail & Actions" tab of the Email.
*Subject - enter the subject for your Guests- Your access code (your text)
*Plain text box - will send to channels using Message API
Message Text :- enter the text you wish to send to your guests include URL. Template Include these template variables - [UNITNAME] and [UNITNAME:1] or [BOOKIDLAST5] - Last 5 digits of booking number. See the list of ALL template variables that can be used [[Template_Variables| see here]]
*HTML box - Email will be sent
Email Text :- It is possible to use the same details (URL) as in the Plain Text box above. Template Include these template variables - [UNITNAME] and [UNITNAME:1] or [BOOKIDLAST5] - Last 5 digits of booking number. see the list of ALL template variables that can be used [[Template_Variables| see here]] 
<span class="" style="color: #f3e504; font-size: 150%;" >{{#fas:lightbulb}} </span> It is assumed you use the Checkin/Checkout feature in the Dashboard, if not you can either manually add Checkin to your bookings (Booking info tab) or create an auto action to add the Booking Info Codes to the bookings.
</div>
</div>
<div class="headline-collapse" >
====Send Email to guests with Guest Invoice check- PDF attachmentin details 2 days before Check-in, booking paid/no outstanding balance ====
</div>
<div class="mw-collapsible-content">
You This auto action will be sent only when the Invoice Balance of the booking is zero. This can send Invoice as an attachment be used to your Guestsensure that the checkin details are only sent when the guest has completed the payments.  Setup your Invoice go to {{#fas:cog}} (SETTINGS) GUEST MANAGEMENT -> INVOICING
'''Trigger tab:'''
Time:-*Trigger Event = CheckoutCheck-in*Trigger Time = Immediate -2 (the number of days before check-in you want to sent the code or link) *Trigger Window = 1 day2
Booking Source:- *Booking Source = All (or select the appropriate channel/Direct)*Booking Status = All but not cancelled
Booking Conditions:-
*Group bookings = Trigger all on master
*Booking Status Invoice Balance = All but not cancelledZero
Info Codes'''Messaging tab:*Any Booking Info Code = CHECKOUT''' For channels using the Message API, then enter the text in the Plain text box, for emails enter the text in the HTML box.
'''Messaging tab:'''  *Send Email Message = Guest Booking API/Smart Email (or one of the other options)
If the "Mail & Actions" tab contains a "real" Email address the message is sent to the guests Email address. If only a masked Email address is available the message sends via the channels API messaging systems if possible.
If no connection to a messaging system is available the message will send to the Email address from the "Mail & Actions" tab of the Email.
*Attachment = Select the Invoice Template from the drop down list.  *Subject - enter the subject for your Guests- Your access code (your text)
*Plain text box - will send to channels using Message API
Message Text :- enter the text you wish to send to your guests . This can include URL. Template any information that is important for the checkin of the guest, for example the Key code for the door, who to contact if there are any issues, template variables can be used, see the list of ALL template variables that can be used [[Template_Variables| see here]]
*HTML box - Email will be sent
Email Text :- It Enter the text you wish to send to your guests this can include URLs. Include any information that is possible important for the checkin of the guest, for example the Key code for the door, who to use contact if there are any issues, template variables can be used, see the same details (URL) as in the Plain Text box above. Template list of ALL template variables that can be used [[Template_Variables| see here]] <span class="" style="color: #f3e504; font-size: 150%;" >{{#fas:lightbulb}} </span> It is assumed you use the Checkin/Checkout feature in the Dashboard, if not you can either manually add Checkout to your bookings (Booking info tab) or create an auto action to add the Booking Info Codes to the bookings. If you send Emails with pdf attachment (invoice, booking template) to Alias-Email addresses created by channels the channel might block the attachment so it is not delivered to the guest. Ask your channel about their policy regarding this.
Other files can not be attached. We recommend you use a link to a file you upload to your web site.
</div>
</div>
<div class="headline-collapse" >
====Send Email to guests with Booking Registration Form check- PDF attachmentin details 2 days before Check-in, Security Deposit Authorised at Stripe ====
</div>
<div class="mw-collapsible-content">
You This auto action will be sent only when the a payment has been 'authorised' at Stripe. This can send Booking Template attachments be used to your Guestsensure that the checkin details are only sent when the guest has completed the Security Deposit Authorisation.  Setup your Booking Template, go to {{#fas:cog}} (SETTINGS) GUEST MANAGEMENT -> BOOKING TEMPLATES
'''Trigger tab:'''
Time:-*Trigger Event = BookingCheck-in*Trigger Time = Immediate -2 (the number of days before check-in you want to sent the code or link) *Trigger Window = 1 day2
Booking Source:- *Booking Source = All (or select the appropriate channel/Direct)*Booking Status = All but not cancelled
Booking Conditions:-
*Group bookings = Trigger all on master
*Invoice Balance = Zero Info codes :-*Any Booking Status Info Code = All but not cancelledSTRIPEAUTHORIZE
'''Messaging tab:''' For channels using the Message API, then enter the text in the Plain text box, for emails enter the text in the HTML box.
*Send Message = Guest Booking API/Smart Email (or one of the other options)
If the "Mail & Actions" tab contains a "real" Email address the message is sent to the guests Email address. If only a masked Email address is available the message sends via the channels API messaging systems if possible.
If no connection to a messaging system is available the message will send to the Email address from the "Mail & Actions" tab of the Email.
*Attachment = Select Booking Template from the drop down list.  *Subject - enter the subject for your Guests- Your access code (your text)
*Plain text box - will send to channels using Message API
Message Text :- enter the text you wish to send to your guests . This can include URL. Template any information that is important for the checkin of the guest, for example the Key code for the door, who to contact if there are any issues, template variables can be used, see the list of ALL template variables that can be used [[Template_Variables| see here]]
*HTML box - Email will be sent
Email Text :- It Enter the text you wish to send to your guests this can include URLs. Include any information that is possible important for the checkin of the guest, for example the Key code for the door, who to use contact if there are any issues, template variables can be used, see the same details (URL) as in the Plain Text box above. Template list of ALL template variables that can be used [[Template_Variables| see here]] <span class="" style="color: #f3e504; font-size: 150%;" >{{#fas:lightbulb}} </span> It is assumed you use the Checkin/Checkout feature in the Dashboard, if not you can either manually add Checkout to your bookings (Booking info tab) or create an auto action to add the Booking Info Codes to the bookings. If you send Emails with pdf attachment (invoice, booking template) to Alias-Email addresses created by channels the channel might block the attachment so it is not delivered to the guest. Ask your channel about their policy regarding this.
Other files can not be attached. We recommend you use a link to a file you upload to your web site.
</div>
</div>
<div class="headline-collapse" >
====Send Email after the cleaner has cleaned the roomto all current guest (Check-in) ====
</div>
<div class="mw-collapsible-content">
'''Trigger tab:'''
To send an automated Email to the guest then they can check you/the cleaner have to add a unit status to the room when it is ready. In this example we used the unit status clean '''Trigger tab:''' Time:*Trigger Event = CheckinCheck-in
*Trigger Time = Immediate
*Trigger Window = 114(the max number of days your guests can stay)
Booking Source:
*Booking Source = All
Booking Conditions:
*Group bookings = Trigger all on master
*Booking Status = All but not cancelled
Booking FieldsInfo Codes:*Template Variable Any Booking Info Code = [UNITSTATUS1] Contains CHECKIN*Exclude Booking Info Code = cleanCHECKOUT
'''Messaging tab: '''*Send Email = Guest For channels using the Message API/Smart Email (or one of , then enter the text in the Plain text box, for emails enter the text in the other options)HTML box.
*Send Message = Booking API/Smart Email
If the "Mail & Actions" tab contains a "real" Email address the message is sent to the guests Email address. If only a masked Email address is available the message sends via the channels API messaging systems if possible.
*Plain text box - will send to channels using Message API
Message Text :- enter the text you wish to send to your guestsinclude URL. Template variables can be used [[Template_Variables| see here]]
*HTML box - Email will be sent
Email Text :- It is possible to use the same details (URL) as in the Plain Text box above. Template variables can be used [[Template_Variables| see here]]
*Attachment :- if you want to send a Booking/Invoice template you can select from the drop down list.
Other files can not be attached. We recommend <span class="" style="color: #f3e504; font-size: 150%;" >{{#fas:lightbulb}} </span> It is assumed you use a link to a file the Checkin/Checkout feature in the Dashboard, if not you upload can either manually add Checkin to your web sitebookings (Booking info tab) or create an auto action to add the Booking Info Codes to the bookings.
</div>
</div>
<div class="headline-collapse" >
====Send Email to your guest with Guest Invoice - Upselling additional nights - nights available after checkout PDF attachment====
</div>
<div class="mw-collapsible-content">
To You can send Invoice as an automated Email attachment to the guest confirming that it is possible to extend their stayyour Guests.
This example uses fixed values that you have entered into Setup your Invoice go to {{#fas:cog}} (SETTINGS) GUEST MANAGEMENT -> PROPERTIES > ROOMS > SETUP > ROOM TEMPLATES and standard Template Variables set in the Property/Rooms, useful way to utilise the template variables and different values rather than duplicating auto actions. INVOICING
'''Trigger Tab tab:'''
Time:
*Trigger Event = Checkin (depending on when you want to notify the guest)Checkout*Trigger Time = -2 days (depending on when you want to notify the guest, in this example 2 days before arrival)Immediate*Trigger Window = 21 day
Booking Source:
*Booking Source = All (or select the appropriate channel/Direct)
Booking Conditions:
*Booking Status = All but not cancelled
Booking FieldsInfo Codes:*Template Variables Any Booking Info Code = [IFBETWEEN:[TURNOVERDAYS]:0:3:yes|no|no] equal yesCHECKOUT
This template variable tests if there is 3 days between the guest booking and the next booking. '''Messaging tab:'''
'''Message tab:'''  For channels using the Message API, then enter the text in the Plain text box, for emails enter the text in the HTML box.  *Send Message Email = Booking Guest API/Smart Email(or one of the other options)
If the "Mail & Actions" tab contains a "real" Email address the message is sent to the guests Email address. If only a masked Email address is available the message sends via the channels API messaging systems if possible.
If no connection to a messaging system is available the message will send to the Email address from the "Mail & Actions" tab of the Email.
*Email Subject - enter Attachment = Select the subject for your GuestsInvoice Template from the drop down list.
*Plain text box Subject - will send to channels using Message API, enter the text you wish to send to subject for your guests. Template variables can be used [[Template_Variables| see here]]Guests
[IF<=:[TURNOVERDAYS]:3:Your apartment ([ROOMNAME]), which you booked for [NUMNIGHT] nights from [FIRSTNIGHTSHORT] to [LEAVINGDAYSHORT] is currently available for up to [TURNOVERDAYS] extra night(s)|]. We are very happy to offer you to extend your stay a [PROPERTYNAME] at the exceptional rate of [ROOMTEMPLATE3][PROPERTYCURRENCYBACK] per extra night. If you would like to extend your stay then please *Plain text box - will send an email to our Reservations team [PROPERTYEMAIL] confirming the number of nights you would like to stay and provide your Booking Reservation Number [BOOKID] and Offer ‘EXTRANIGHTS’ for the special Price. channels using Message API
Message Text :- enter the text you wish to send to your guests include URL. Template variables can be used [[Template_Variables| see here]]
*HTML box - Email will be sent, enter  Email Text :- It is possible to use the same details (URL) as in the text you wish to send to your guestsPlain Text box above. Template variables can be used [[Template_Variables| see here]]
[IF<span class="" style="color:[TURNOVERDAYS]#f3e504; font-size:3150%;" >{{#fas:Your apartment ([ROOMNAME]), which you booked for [NUMNIGHT] nights from [FIRSTNIGHTSHORT] to [LEAVINGDAYSHORT] lightbulb}} </span> It is currently available for up to [TURNOVERDAYS] extra night(s)|]. We are very happy to offer assumed you to extend your stay a [PROPERTYNAME] at use the Checkin/Checkout feature in the exceptional rate of [ROOMTEMPLATE3][PROPERTYCURRENCYBACK] per extra night. If Dashboard, if not you would like can either manually add Checkout to extend your stay then please send bookings (Booking info tab) or create an email auto action to our Reservations team [PROPERTYEMAIL] confirming add the number of nights you would like Booking Info Codes to stay and provide your Booking Reservation Number [BOOKID] and Offer ‘EXTRANIGHTS’ for the special Pricebookings.
'''Booking Info Tab : Optional '''*Booking info code = EXTRANIGHTS *Booking Info Description = Upsell email sent [CURRENTDATE] :[ROOMTEMPLATE3][PROPERTYCURRENCYBACK] per extra nightIf you send Emails with pdf attachment (invoice, booking template) to Alias-Email addresses created by channels the channel might block the attachment so it is not delivered to the guest. Ask your channel about their policy regarding this.
Other files can not be attached. We recommend you use a link to a file you upload to your web site.
</div>
</div>
<div class="headline-collapse" >
====Send Email to your guest with Booking Registration Form - Upselling additional nights - nights available before checkin PDF attachment====
</div>
<div class="mw-collapsible-content">
To You can send an automated Email Booking Template attachments to the guest confirming that it is possible to extend their stayyour Guests.
This example uses fixed values that you have entered into Setup your Booking Template, go to {{#fas:cog}} (SETTINGS) GUEST MANAGEMENT -> PROPERTIES > ROOMS > SETUP > ROOM BOOKING TEMPLATES and standard Template Variables set in the Property/Rooms, useful way to utilise the template variables and different values rather than duplicating auto actions.
'''Trigger Tab tab:-'''
Time:
*Trigger Event = Checkin (depending on when you want to notify the guest)Booking*Trigger Time = -2 days (depending on when you want to notify the guest, in this example 2 days before arrival)Immediate*Trigger Window = 21 day
Booking Source:
*Booking Source = All (or select the appropriate channel/Direct)
Booking Conditions:
*Booking Status = All but not cancelled
Booking Fields'''Messaging tab:*Template Variables = [IFBETWEEN:[VACANTDAYS]:0:3:yes|no|no] equal yes'''
This template variable tests if there is upto 3 days from previous checkout to check in of current booking.  '''Messaging tab :- '''*Send Message = Guest API/Smart Email(or one of the other options)
If the "Mail & Actions" tab contains a "real" Email address the message is sent to the guests Email address. If only a masked Email address is available the message sends via the channels API messaging systems if possible.
If no connection to a messaging system is available the message will send to the Email address from the "Mail & Actions" tab of the Email.
*Attachment = Select Booking Template from the drop down list.  *Subject = Enter - enter the appropriate details subject for your Guests *Plain text box - will send to channels using Message API
*Plain Message Text Box = Your :- enter the text, using the template variables you wish to send to modify the specific text in the bookingyour guests include URL. Template variables can be used [[Template_Variables| see here]]
[IF<=:[VACANTDAYS]:3:Your apartment ([ROOMNAME]), which you booked for [NUMNIGHT] nights from [FIRSTNIGHTSHORT] to [LEAVINGDAYSHORT] is currently available for up to [VACANTDAYS] extra night(s)|]. We are very happy to offer you to extend your stay a [PROPERTYNAME] at the exceptional rate of [ROOMTEMPLATE3][PROPERTYCURRENCYBACK] per extra night. If you would like to extend your stay then please send an email to our Reservations team [PROPERTYEMAIL] confirming the number of nights you would like to stay and provide your Booking Reservation Number [BOOKID] and Offer ‘EXTRANIGHTS’ for the special Price. *HTML box - Email will be sent
*HTML Box Email Text :- It is possible to use the same details (URL) as in the Plain Text box above. Template variables can be used [[Template_Variables| see here]]
[IF<span class="" style="color:[VACANTDAYS]#f3e504; font-size:3150%;" >{{#fas:Your apartment ([ROOMNAME]), which you booked for [NUMNIGHT] nights from [FIRSTNIGHTSHORT] to [LEAVINGDAYSHORT] lightbulb}} </span> It is currently available for up to [VACANTDAYS] extra night(s)|]. We are very happy to offer assumed you to extend your stay a [PROPERTYNAME] at use the Checkin/Checkout feature in the exceptional rate of [ROOMTEMPLATE3][PROPERTYCURRENCYBACK] per extra night. If Dashboard, if not you would like can either manually add Checkout to extend your stay then please send bookings (Booking info tab) or create an email auto action to our Reservations team [PROPERTYEMAIL] confirming add the number of nights you would like Booking Info Codes to stay and provide your Booking Reservation Number [BOOKID] and Offer ‘EXTRANIGHTS’ for the special Pricebookings.
'''Booking Info Tab :If you send Emails with pdf attachment (invoice, booking template) to Alias- Optional'''*Booking info code = EXTRANIGHTS, *Booking Info Description = Upsell email sent [CURRENTDATE] :[ROOMTEMPLATE3][PROPERTYCURRENCYBACK] per extra nightEmail addresses created by channels the channel might block the attachment so it is not delivered to the guest. Ask your channel about their policy regarding this.
Other files can not be attached. We recommend you use a link to a file you upload to your web site.
</div>
</div>
<div class="headline-collapse" >
====Send Email to your guest - Offering Early Checkin after the cleaner has cleaned the room====
</div>
<div class="mw-collapsible-content">
To send an automated Email to the guest confirming that it is possible then they can check you/the cleaner have to add a unit status to have an Early Checkin as the room when it is available ready. In this example we used the day of before arrival.unit status clean
This example uses fixed values that you have entered into {{#fas'''Trigger tab:cog}} (SETTINGS) > PROPERTIES > ROOMS > SETUP > ROOM TEMPLATES and standard Template Variables set in the Property/Rooms, useful way to utilise the template variables and different values rather than duplicating auto actions. ''' Time:*Trigger Event = Checkin*Trigger Time = Immediate*Trigger Window = 1
Trigger Tab Booking Source:- *Trigger Event = Checkin (depending on when you want to notify the guest)*Trigger Time = -2 days (depending on when you want to notify the guest, in this example 2 days before arrival)*Trigger Window = 2
*Booking Source = All
 
Booking Conditions
*Group bookings = Trigger all on master
*Booking Status = All but not cancelled
*Group bookings = Trigger all on master
*Template Variables = [IF>:[VACANTDAYS]:1:yes|no] equal yes
This template variable tests if there is 1 day between the guest booking and the next booking. Booking Fields:*Template Variable = [UNITSTATUS1] Contains = clean
Message '''Messaging tab :- '''
*Send Email = Guest API/Smart Email (or one of the other options)
*EMail Subject = Enter the appropriate details
*Email Text = Your text, using the template variables to modify the specific text in the booking. Enter the text in both Plain text Box (Messaging API) and HTML Box (Emails)
Dear, [GUESTNAME],If the "Mail & Actions" tab contains a "real" Email address the message is sent to the guests Email address. If only a masked Email address is available the message sends via the channels API messaging systems if possible. If no connection to a messaging system is available the message will send to the Email address from the "Mail & Actions" tab of the Email.
We are very happy to offer you 'Early Check*Subject -in' at [PROPERTYNAME] at enter the exceptional rate of [ROOMTEMPLATE3][PROPERTYCURRENCYBACK].subject for your Guests
If you would like checkin early for your stay then please *Plain text box - will send an email to our Reservations team [PROPERTYEMAIL] confirming the number of nights you would like to stay and provide your Booking Reservation Number [BOOKID] and Offer ‘EARLYARRIVAL’ for the special Price.Best regards,channels using Message API
Message Text :- enter the text you wish to send to your guests. Template variables can be used [PROPERTYCONTACTFIRSTNAME] [PROPERTYCONTACTLASTNAME][PROPERTYNAMETemplate_Variables| see here] [PROPERTYADDRESS],[PROPERTYCITY],[PROPERTYPOSTCODE],[PROPERTYSTATE],[PROPERTYCOUNTRY].*HTML box - Email will be sent Email Text :-It is possible to use the same details as in the Plain Text box above. Template variables can be used [[PROPERTYEMAILTemplate_Variables| see here]Website :- [PROPERTYWEB]
Booking Info Tab *Attachment :- Optional*Booking info code = EARLYARRIVAL, *if you want to send a Booking Info Description = Upsell email sent [CURRENTDATE] :[ROOMTEMPLATE3][PROPERTYCURRENCYBACK] Early Checkin/Invoice template you can select from the drop down list.
Other files can not be attached. We recommend you use a link to a file you upload to your web site.
</div>
</div>
<div class="headline-collapse" >
====Send Email to your guest - Offering Late Checkout Upselling additional nights - nights available after checkout ====
</div>
<div class="mw-collapsible-content">
To send an automated Email to the guest confirming that it is possible to have a Late Checkout as room is available the day of departureextend their stay.
This example uses fixed values that you have entered into {{#fas:cog}} (SETTINGS) > PROPERTIES > ROOMS > SETUP > ROOM TEMPLATES and standard Template Variables set in the Property/Rooms, useful way to utilise the template variables and different values rather than duplicating auto actions.
'''Trigger Tab :- *Trigger Event = Checkout*Trigger Time = -1 days (depending on when you want to notify the guest, in this example 2 days before arrival)*Trigger Window = 1*Booking Source = All *Booking Status = All but not cancelled*Group bookings = Trigger all on master*Template Variables = [IF>:[TURNOVERDAYS]:1:yes|no] equal yes'''
This template variable tests if there is 1 day between Time:*Trigger Event = Checkin (depending on when you want to notify the guest booking and )*Trigger Time = -2 days (depending on when you want to notify the next booking. guest, in this example 2 days before arrival)*Trigger Window = 2
Message tab Booking Source:- *Send Email Booking Source = Guest API/Smart Email (or one of the other options)*EMail Subject = Enter the appropriate details *Email Text = Your text, using the template variables to modify the specific text in the booking. Enter the text in both Plain text Box (Messaging API) and HTML Box (Emails)All
Dear, [GUESTNAME],Booking Conditions:*Group bookings = Trigger all on master*Booking Status = All but not cancelled
We are very happy to offer you 'Late Check-out' at Booking Fields:*Template Variables = [PROPERTYNAME] at the exceptional rate of IFBETWEEN:[ROOMTEMPLATE3TURNOVERDAYS][PROPERTYCURRENCYBACK:0:3:yes|no|no].equal yes
If you would like a late checkout, then please send an email to our Reservations team [PROPERTYEMAIL] confirming you would like This template variable tests if there is 3 days between the Late Checkout, provide your Booking Reservation Number [BOOKID] guest booking and Offer ‘LATECHECKOUT’ for the special Pricenext booking.
Best regards,'''Message tab:'''
[PROPERTYCONTACTFIRSTNAME] [PROPERTYCONTACTLASTNAME][PROPERTYNAME] [PROPERTYADDRESS]For channels using the Message API,[PROPERTYCITY]then enter the text in the Plain text box,[PROPERTYPOSTCODE],[PROPERTYSTATE],[PROPERTYCOUNTRY]for emails enter the text in the HTML box. Email :-[PROPERTYEMAIL]Website :- [PROPERTYWEB]
*Send Message = Booking API/Smart Email If the "Mail & Actions" tab contains a "real" Email address the message is sent to the guests Email address. If only a masked Email address is available the message sends via the channels API messaging systems if possible. If no connection to a messaging system is available the message will send to the Email address from the "Mail & Actions" tab of the Email. *Email Subject - enter the subject for your Guests *Plain text box - will send to channels using Message API, enter the text you wish to send to your guests. Template variables can be used [[Template_Variables| see here]] [IF<=:[TURNOVERDAYS]:3:Your apartment ([ROOMNAME]), which you booked for [NUMNIGHT] nights from [FIRSTNIGHTSHORT] to [LEAVINGDAYSHORT] is currently available for up to [TURNOVERDAYS] extra night(s)|]. We are very happy to offer you to extend your stay a [PROPERTYNAME] at the exceptional rate of [ROOMTEMPLATE3][PROPERTYCURRENCYBACK] per extra night. If you would like to extend your stay then please send an email to our Reservations team [PROPERTYEMAIL] confirming the number of nights you would like to stay and provide your Booking Reservation Number [BOOKID] and Offer ‘EXTRANIGHTS’ for the special Price.   *HTML box - Email will be sent, enter the text you wish to send to your guests. Template variables can be used [[Template_Variables| see here]] [IF<=:[TURNOVERDAYS]:3:Your apartment ([ROOMNAME]), which you booked for [NUMNIGHT] nights from [FIRSTNIGHTSHORT] to [LEAVINGDAYSHORT] is currently available for up to [TURNOVERDAYS] extra night(s)|]. We are very happy to offer you to extend your stay a [PROPERTYNAME] at the exceptional rate of [ROOMTEMPLATE3][PROPERTYCURRENCYBACK] per extra night. If you would like to extend your stay then please send an email to our Reservations team [PROPERTYEMAIL] confirming the number of nights you would like to stay and provide your Booking Reservation Number [BOOKID] and Offer ‘EXTRANIGHTS’ for the special Price.  '''Booking Info Tab :- Optional'''*Booking info code = LATCHECKOUT, EXTRANIGHTS *Booking Info Description = Upsell email sent [CURRENTDATE] :[ROOMTEMPLATE3][PROPERTYCURRENCYBACK] Late Checkoutper extra night
</div>
<div class="headline-collapse" >
====Send Email to your guest - Offering Late Checkout Only on a Sunday when there is no new arrival Upselling additional nights - nights available before checkin ====
</div>
<div class="mw-collapsible-content">
To send an automated Email to the guest confirming that it is possible to have a Late checkout on Sundays as the room is available on the day of departureextend their stay.
This auto action will create a new booking for example uses fixed values that you have entered into {{#fas:cog}} (SETTINGS) > PROPERTIES > ROOMS > SETUP > ROOM TEMPLATES and standard Template Variables set in the date of departureProperty/Rooms, closing useful way to utilise the calendar to any other bookingstemplate variables and different values rather than duplicating auto actions.
The URL link in the message tab, will send '''Trigger Tab :-'''  Time:*Trigger Event = Checkin (depending on when you want to notify the guest )*Trigger Time = -2 days (depending on when you want to your notify the guest booking page with set conditions, the leaving date of the existing booking, the room id of the existing booking and the Offer you have created for the LateCheckout. in this example 2 days before arrival)*Trigger Window = 2
This example uses fixed values that you have entered into {{#fasBooking Source:cog}} (SETTINGS) > PROPERTIES > ROOMS > SETUP > ROOM TEMPLATES and standard Template Variables set in the Property/Rooms, useful way to utilise the template variables and different values rather than duplicating auto actions. *Booking Source = All
'''Step 1Booking Conditions: ''' Create a new offer in {{#fas:cog}} (SETTINGS) > PROPERTIES > OFFERS *Group bookings = Trigger all on master*Booking Status = All but not cancelled
*Name = LatecheckoutBooking Fields:*Enable = Only if Available*Booking Type Template Variables = Confirmed with Deposit 2 - via payment gateway[IFBETWEEN:[VACANTDAYS]:0:3:yes|no|no] equal yes
'''Step 2:''' Create a Rate or Daily Price, PRICES This template variable tests if there is upto 3 days from previous checkout to check in of current booking.
Guests = Max OccupancyMax Stay = 1'''Messaging tab :- '''Offer *Send Message = select the offer number as created in the above step. Guest API/Smart Email
If you are using Rates, select 'Rate allowed' = Sunday, untick all the other days"Mail & Actions" tab contains a "real" Email address the message is sent to the guests Email address. Channel Tab, untick all If only a masked Email address is available the message sends via the channels, leave only 'beds24.com' for your booking pageAPI messaging systems if possible.
If using Daily Prices, then go no connection to Calendar, and set a messaging system is available the price and date range, then only Sunday, untick all message will send to the Email address from the "Mail & Actions" tab of the other days. Enable list, untick all channels, leave only 'beds24.com' for your booking pageEmail.
'''Step 3: ''' Create *Subject = Enter the Auto Actionappropriate details
Trigger Tab :- *Trigger Event Plain Text Box = Checkout*Trigger Time = -1 days (depending on when you want Your text, using the template variables to notify modify the guest, in this example 2 days before arrival)*Trigger Window = 1*Booking Source = All *Booking Status = All but not cancelled*Between Booking and Check specific text in = 2 and 999 (to stop the auto action triggering on the new booking) .
*Group bookings [IF<= :[VACANTDAYS]:3:Your apartment ([ROOMNAME]), which you booked for [NUMNIGHT] nights from [FIRSTNIGHTSHORT] to [LEAVINGDAYSHORT] is currently available for up to [VACANTDAYS] extra night(s)|]. Trigger all on masterWe are very happy to offer you to extend your stay a [PROPERTYNAME] at the exceptional rate of [ROOMTEMPLATE3][PROPERTYCURRENCYBACK] per extra night. If you would like to extend your stay then please send an email to our Reservations team [PROPERTYEMAIL] confirming the number of nights you would like to stay and provide your Booking Reservation Number [BOOKID] and Offer ‘EXTRANIGHTS’ for the special Price.
*Template Variables = [IF=:[LEAVINGDAY:{%a}]:Sun:|[IF>=^[TURNOVERDAYS]^1^yes~no]] equal yesHTML Box
This template variable tests if the departure day [IF<=:[VACANTDAYS]:3:Your apartment ([ROOMNAME]), which you booked for [NUMNIGHT] nights from [FIRSTNIGHTSHORT] to [LEAVINGDAYSHORT] is currently available for up to [VACANTDAYS] extra night(s)|]. We are very happy to offer you to extend your stay a Sunday and there is [PROPERTYNAME] at least 1 day between the existing guest booking exceptional rate of [ROOMTEMPLATE3][PROPERTYCURRENCYBACK] per extra night. If you would like to extend your stay then please send an email to our Reservations team [PROPERTYEMAIL] confirming the number of nights you would like to stay and provide your Booking Reservation Number [BOOKID] and Offer ‘EXTRANIGHTS’ for the next bookingspecial Price.
Message tab '''Booking Info Tab :- Optional'''*Send Email Booking info code = Guest API/Smart Email (or one of the other options)EXTRANIGHTS, *EMail Subject Booking Info Description = Enter the appropriate details *Email Text = Your text, using the template variables to modify the specific text in the booking. Enter the text in both Plain text Box (Messaging API) and HTML Box (Emails)Upsell email sent [CURRENTDATE] :[ROOMTEMPLATE3][PROPERTYCURRENCYBACK] per extra night
Dear, [GUESTNAME],</div></div>
We are very happy to offer you 'Late Check<div class="mw-out' at [PROPERTYNAME] at the exceptional rate of [ROOMTEMPLATE3][PROPERTYCURRENCYBACK].collapsible mw-collapsed"><div class="headline-collapse" >
If you would like a late checkout, please use this link ====Send Email to make the booking and payment. your guest - Offering Early Checkin ====</div><div class="mw-collapsible-content">
https://beds24To send an automated Email to the guest confirming that it is possible to have an Early Checkin as room is available the day of before arrival.com/booking2.php?checkin=[LEAVINGDAYYYYY-MM-DD]&br7-[ROOMID]
<span class="" style="color: #f3e504; font-size: 150%;" >This example uses fixed values that you have entered into {{#fas:lightbulbcog}} </span(SETTINGS) > PROPERTIES > ROOMS > SETUP > The details ROOM TEMPLATES and standard Template Variables set in the URLProperty/Rooms, will direct the guest useful way to make a new booking in utilise the existing room with the check-in date = leaving date template variables and for Offer 7 &br-7 (offer created in Step 1 above)different values rather than duplicating auto actions.
Enter your Trigger Tab :- *Trigger Event = Checkin (depending on when you want to notify the guest)*Trigger Time = -2 days (depending on when you want to notify the guest, in this example 2 days before arrival)*Trigger Window = 2*Booking Reservation Number [BOOKID] into the Source = All *Booking id box Status = All but not cancelled*Group bookings = Trigger all on the booking page. masterBest regards,*Template Variables = [IF>:[VACANTDAYS]:1:yes|no] equal yes
[PROPERTYCONTACTFIRSTNAME] [PROPERTYCONTACTLASTNAME] Email :-[PROPERTYEMAIL] Website :- [PROPERTYWEB]This template variable tests if there is 1 day between the guest booking and the next booking.
Booking Info Tab Message tab :- Optional*Booking info code Send Email = LATCHECKOUT, Guest API/Smart Email (or one of the other options)*EMail Subject = Enter the appropriate details *Booking Info Description Email Text = Upsell email sent [CURRENTDATE]: Late CheckoutYour text, using the template variables to modify the specific text in the booking. Enter the text in both Plain text Box (Messaging API) and HTML Box (Emails)
</div></div>Dear, [GUESTNAME],
===Booking Info Codes===<div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Add CHECKIN Booking info code We are very happy to bookings ====</div><div class="mw-collapsibleoffer you 'Early Check-content">in' at [PROPERTYNAME] at the exceptional rate of [ROOMTEMPLATE3][PROPERTYCURRENCYBACK].
If you need would like checkin early for your stay then please send an email to use our Reservations team [PROPERTYEMAIL] confirming the number of nights you would like to stay and provide your Booking info code CHECKIN/CHECKOUT Reservation Number [BOOKID] and Offer ‘EARLYARRIVAL’ for reporting/other auto actionsthe special Price.Best regards, [PROPERTYCONTACTFIRSTNAME] [PROPERTYCONTACTLASTNAME][PROPERTYNAME] [PROPERTYADDRESS],[PROPERTYCITY],[PROPERTYPOSTCODE],[PROPERTYSTATE], you can set the Booking info code rather than use the Current guest module in the dashboard[PROPERTYCOUNTRY].  Email :-[PROPERTYEMAIL]Website :- [PROPERTYWEB]
Trigger tabBooking Info Tab :*Trigger Event = Check-in*Trigger Time = Immediate*Trigger Window = 1 dayOptional*Booking Source info code = AllEARLYARRIVAL, *Booking Status Info Description = All but not cancelled*Group bookings = Trigger all on masterUpsell email sent [CURRENTDATE] :[ROOMTEMPLATE3][PROPERTYCURRENCYBACK] Early Checkin
Booking Info tab:
*Booking Info Code = CHECKIN
*Booking Info Text = Auto Checkin
</div>
</div>
<div class="mw-collapsible mw-collapsed">
<div class="headline-collapse" >  ====Add CHECKOUT Booking info code Send Email to bookings your guest - Offering Late Checkout ====
</div>
<div class="mw-collapsible-content">
If To send an automated Email to the guest confirming that it is possible to have a Late Checkout as room is available the day of departure. This example uses fixed values that you need to use have entered into {{#fas:cog}} (SETTINGS) > PROPERTIES > ROOMS > SETUP > ROOM TEMPLATES and standard Template Variables set in the Booking info code CHECKINProperty/CHECKOUT for reporting/other auto actionsRooms, you can set useful way to utilise the Booking info code template variables and different values rather than use the Current guest module in the dashboardduplicating auto actions.
Trigger tabTab :- *Trigger Event = Check-outCheckout*Trigger Time = Immediate-1 days (depending on when you want to notify the guest, in this example 2 days before arrival)*Trigger Window = 1 day*Booking Source = All
*Booking Status = All but not cancelled
*Group bookings = Trigger all on master
*Template Variables = [IF>:[TURNOVERDAYS]:1:yes|no] equal yes
Booking Info tab: *Booking Info Code = CHECKOUT*Booking Info Text = Auto Checkout</div></div>This template variable tests if there is 1 day between the guest booking and the next booking.
<div class="mw-collapsible mwMessage tab :-collapsed"><div class*Send Email ="headline-collapse" > Guest API/Smart Email (or one of the other options)*EMail Subject ====Group check-in ====</div>Enter the appropriate details <div class*Email Text ="mw-collapsible-content">This requires Your text, using the master booking template variables to be checked-modify the specific text in via the check-booking. Enter the text in function. both Plain text Box (Messaging API) and HTML Box (Emails)
Trigger tab:Dear, [GUESTNAME],
*Trigger Event = After We are very happy to offer you 'Late Check-out' at [PROPERTYNAME] at the exceptional rate of [ROOMTEMPLATE3][PROPERTYCURRENCYBACK]. If you would like a late checkout, then please send an email to our Reservations team [PROPERTYEMAIL] confirming you would like the Late Checkout, provide your BookingReservation Number [BOOKID] and Offer ‘LATECHECKOUT’ for the special Price. Best regards, [PROPERTYCONTACTFIRSTNAME] [PROPERTYCONTACTLASTNAME][PROPERTYNAME] [PROPERTYADDRESS],*Trigger Time = immediately[PROPERTYCITY],[PROPERTYPOSTCODE],[PROPERTYSTATE],[PROPERTYCOUNTRY]. Email :-[PROPERTYEMAIL]Website :- [PROPERTYWEB]*Trigger Window = 365*Booking Source = AllInfo Tab :- Optional*Booking Status info code = All but not cancelled*Group bookings" = Trigger all on masterLATCHECKOUT, *Booking Info Code Description = CHECKINUpsell email sent [CURRENTDATE] :[ROOMTEMPLATE3][PROPERTYCURRENCYBACK] Late Checkout
Booking info tab :
*Info Code = CHECKIN
</div>
</div>
<div class="mw-collapsible mw-collapsed">
<div class="headline-collapse" >  ====Identify Repeat Guest Send Email to your guest - Offering Late Checkout Only on a Sunday when there is no new arrival ====
</div>
<div class="mw-collapsible-content">
This requires you to use the Guest database.
Trigger tab:To send an automated Email to the guest confirming that it is possible to have a Late checkout on Sundays as the room is available on the day of departure. This auto action will create a new booking for the date of departure, closing the calendar to any other bookings.
*Trigger Event = After Booking*Trigger Time = immediately*Trigger Window = 365*Booking Source = All*Booking Status = All but not cancelled*Group bookings" = Trigger all on master*Template Variable = [GUESTSID1] greater than 0The URL link in the message tab, will send the guest to your guest booking page with set conditions, the leaving date of the existing booking, the room id of the existing booking and the Offer you have created for the LateCheckout.
Booking info tab This example uses fixed values that you have entered into {{#fas: *Info Code = REPEAT</divcog}} (SETTINGS) > PROPERTIES > ROOMS > SETUP ><ROOM TEMPLATES and standard Template Variables set in the Property/div>Rooms, useful way to utilise the template variables and different values rather than duplicating auto actions.
<div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Identify bookings with Custom Question ticked/unticked ====</div><div class="mw-collapsible-content">If you have a custom question with a 'Tick box' for example, they want 'Step 1: ''' Create a late checkin. new offer in {{#fas:cog}} (SETTINGS) > PROPERTIES > OFFERS
Setup the custom question in {{#fas:cog}} (SETTINGS) PROPERTIES -> BOOKING QUESTIONS -> CUSTOM QUESTIONS *Name = Latecheckout*Enable = Only if Available*Booking Type = Confirmed with Deposit 2 -> Custom question 1, set with TYPE = Tick Box. via payment gateway
Trigger tab'''Step 2:''' Create a Rate or Daily Price, PRICES
*Trigger Event Guests = After BookingMax Occupancy*Trigger Time Max Stay = immediately1*Trigger Window Offer = 365*Booking Source = All*Booking Status = All but not cancelled*Group bookings" = Trigger all on master*Template Variable = [GUESTCUSTOMQ1] equals ticked (or) not ticked select the offer number as created in the above step.
Booking info tab : *Info Code If you are using Rates, select 'Rate allowed' = LATECHECKIN</div>Sunday, untick all the other days. </div>Channel Tab, untick all channels, leave only 'beds24.com' for your booking page.
===Add invoice items If using Daily Prices, then go to a Calendar, and set the price and date range, then only Sunday, untick all the other days. Enable list, untick all channels, leave only 'beds24.com' for your booking ===page.
<div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Add a fee to all bookings from a channel====</div><div class="mw-collapsible-content">Trigger tab'''Step 3:*Trigger Event = After Booking*Trigger Time = Immediate*Booking Source = Expedia (''' Create the custom question for example)the booking id
Invoice tabGo to {{#fas:*Type = Amount*Description = Cleaning fee cog}} (for exampleSETTINGS)> PROPERTIES > BOOKING QUESTIONS > CUSTOM QUESTIONS and create a question*Amount Question = 50 (for example - the amount of your cleaning fee)Booking Id*per = Room*Period = one timeSingle Line field*VAT = 19% (for example - enter the VAT amount if applicable)Optional
The fee will be added '''Step 4: ''' Create the next time the auto actions run. </div></div>Auto Action
<div classTrigger Tab :- *Trigger Event ="mw-collapsible mw-collapsed">Checkout<div class*Trigger Time ="headline-collapse" > 1 days (depending on when you want to notify the guest, in this example 2 days before arrival)*Trigger Window =1*Booking Source =All *Booking Status =All but not cancelled*Between Booking and Check in =Add a fee 2 and 999 (Penaltyto stop the auto action triggering on the new booking) to all  *Group bookings with an Outstanding Balance==== Trigger all on master
</div*Template Variables = [IF=:[LEAVINGDAY:{%a}]:Sun:|[IF><div class="mw-collapsible-content">You want to add a 2.2% fee to all bookings if there is an outstanding balance 2 days prior to checkin. ^[TURNOVERDAYS]^1^yes~no]] equal yes
Trigger tab:This template variable tests if the departure day is a Sunday and there is at least 1 day between the existing guest booking and the next booking.
Time Message tab :- *Trigger Event Send Email = Checkin Guest API/Smart Email (or one of the other options)*Trigger Time EMail Subject = -2 daysEnter the appropriate details *Trigger Window Email Text = 2 days Your text, using the template variables to modify the specific text in the booking. Enter the text in both Plain text Box (Messaging API) and HTML Box (Emails)
Booking Conditions:*Status = All not Cancelled *Invoice Balance = Not ZeroDear, [GUESTNAME],
Invoice tabWe are very happy to offer you 'Late Check-out' at [PROPERTYNAME] at the exceptional rate of [ROOMTEMPLATE3][PROPERTYCURRENCYBACK]. If you would like a late checkout, please use this link to make the booking and payment.  https:*Type //beds24.com/booking2.php?propid= Amount*Description [PROPERTYID]&checkin_hide= Payment Fee||[INVOICEBALANCE:2.2%LEAVINGDAYYYYY-MM-DD]&br5-[ROOMID]=Book *Amount <span class="" style= 0 (leave as 0 so "color: #f3e504; font-size: 150%;" >{{#fas:lightbulb}} </span> The details in the URL, will direct the guest to make a new booking in the value is set from existing room with the calculation check-in Description fielddate = leaving date and for Offer 7 &br-7 (offer created in Step 1 above)*Per = RoomEnter your Booking Reservation Number [BOOKID] into the Booking id box on the booking page. Best regards, [PROPERTYCONTACTFIRSTNAME] [PROPERTYCONTACTLASTNAME] Email :-[PROPERTYEMAIL] Website :- [PROPERTYWEB] Booking Info Tab :- Optional*Period Booking info code = one timeLATCHECKOUT, *VAT Booking Info Description = 19% (for example - enter the VAT amount if applicable)Upsell email sent [CURRENTDATE]: Late Checkout
The fee will be added the next time the auto actions run.
</div>
</div>
<div class="mw-collapsible mw-collapsed"><div class==Payments/Pending Payments==="headline-collapse" >
<div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Add Send Email to your guest - On a pending paymentWednesday (Cleaner is due/Rubbish Collection is due) ====
</div>
<div class="mw-collapsible-content">
Trigger tab:
*Trigger Event = After Booking or Before Check-in
*Trigger Time = set the time you want to collect the payment
*Booking Source =All (for example, you can also set different rules for different channels)
To send an automated Email to the guest reminding them that there is an event on a specific day of the week, for instance, the cleaner is due on Wednesday mornings, or the bin collection is due on Thursday mornings.  You will need to check for the day of the week. If the booking is for more than 1 week, you will need multiple auto actions as an email will only be sent once, it is not possible to trigger multiple times.  '''Step 1: ''' Create the Auto Action Trigger Tab :- *Trigger Event = Checkin*Trigger Time = Immediate *Trigger Window = 8 days*Booking Source = All *Booking Status = All but not cancelled *Template Variables = [IF=:[CURRENTDATE:{%u}]:3:yes|no] equal yes  %u ISO-8601 numeric representation of the day of the week 1 (for Monday) through 7 (for Sunday) This template variable tests if the current day is a Wednesday.  Message tab :- *Send Email = Guest API/Smart Email (or one of the other options)*EMail Subject = Enter the appropriate details *Email Text = Your text, using the template variables to modify the specific text in the booking. Enter the text in both Plain text Box (Messaging API) and HTML Box (Emails) Dear, [GUESTNAME], Hope you are enjoying your holiday at [PROPERTYNAME]. We would like to remind you that the cleaner is due to visit you on Thursday morning between 10am and 12am.  Best regards, [PROPERTYCONTACTFIRSTNAME] [PROPERTYCONTACTLASTNAME] Email :-[PROPERTYEMAIL] Website :- [PROPERTYWEB] Booking Info Tab :- Optional*Booking Info code = CLEANWED1*Booking Info text = Reminder that cleaning is due on the first Thursday of their stay.  This can be used to trigger the next auto action if the duration of their holiday is more than 1 week. Include the Booking Info code in the Trigger tab of the next auto action.  </div></div> ===Send an email to the Owner/Internal email address ===<div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Send an email to the Owner/Internal email address when a payment FAILS at Stripe====</div><div class="mw-collapsible-content"> Trigger tab:*Trigger Event = After Booking*Trigger Time = Immediate*Trigger Window = 365*Booking Source = All*Booking Status = All but not cancelled*Booking Info Code = STRIPEFAIL, CARDFAILSTRIPE Messaging tab:*Send Message = Internal*Internal Email Address = enter the email address to receive the notification*Subject = Failed Stripe Payment*HTML Box = Enter the text to be sent, you can use template variables in this message, for example  [BOOKID] - booking reference number[GUESTNAMES] - name of all guests in the booking on the "summary" tab of the booking[FIRSTNIGHT][LASTNIGHT] Booking tab: (optional)*Execution = One time only*Flag Text = Stripe Payment Failed*Flag Colour - choose the flag colour</div></div> <div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Send an email to the Owner/Internal email address when a guest completes a Payment Authorisation at Stripe====</div><div class="mw-collapsible-content"> Trigger tab:*Trigger Event = After Booking*Trigger Time = Immediate*Trigger Window = 365*Booking Source = All*Booking Status = All but not cancelled*Booking Info Code = STRIPEAUTHORIZE Messaging tab:*Send Message = Internal*Internal Email Address = enter the email address to receive the notification*Subject = Stripe Payment Authorisation*HTML Box = Enter the text to be sent, you can use template variables in this message, for example  [BOOKID] - booking reference number[GUESTNAMES] - name of all guests in the booking on the "summary" tab of the booking[FIRSTNIGHT][LASTNIGHT] Booking tab: (optional)*Execution = One time only*Flag Text = Stripe Authorised*Flag Colour - choose the flag colour</div></div> <div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Send an email to the Owner/Internal email address for a new booking====</div><div class="mw-collapsible-content"> Trigger tab:*Trigger Event = After Booking*Trigger Time = Immediate*Trigger Window = 1 day*Booking Source = All*Booking Status = All but not cancelled Messaging tab:*Send Message = Internal*Internal Email Address = enter the email address to receive the notification*Subject = New Booking*HTML Box = Enter the text to be sent, you can use template variables in this message, for example  [BOOKID] - booking reference number[GUESTNAMES] - name of all guests in the booking on the "summary" tab of the booking[FIRSTNIGHT][LASTNIGHT] </div></div> ===Booking Info Codes===<div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Add CHECKIN Booking info code to bookings ====</div><div class="mw-collapsible-content"> If you need to use the Booking info code CHECKIN/CHECKOUT for reporting/other auto actions, you can set the Booking info code rather than use the Current guest module in the dashboard.  Trigger tab:*Trigger Event = Check-in*Trigger Time = Immediate*Trigger Window = 1 day*Booking Source = All*Booking Status = All but not cancelled*Group bookings = Trigger all on master Booking Info tab: *Booking Info Code = CHECKIN*Booking Info Text = Auto Checkin</div></div> <div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Add CHECKOUT Booking info code to bookings ====</div><div class="mw-collapsible-content"> If you need to use the Booking info code CHECKIN/CHECKOUT for reporting/other auto actions, you can set the Booking info code rather than use the Current guest module in the dashboard.  Trigger tab:*Trigger Event = Check-out*Trigger Time = Immediate*Trigger Window = 1 day*Booking Source = All*Booking Status = All but not cancelled*Group bookings = Trigger all on master Booking Info tab: *Booking Info Code = CHECKOUT*Booking Info Text = Auto Checkout</div></div> <div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Group check-in ====</div><div class="mw-collapsible-content">This requires the master booking to be checked-in via the check-in function.  Trigger tab: *Trigger Event = After Booking*Trigger Time = immediately*Trigger Window = 365*Booking Source = All*Booking Status = All but not cancelled*Group bookings" = Trigger all on master*Info Code = CHECKIN Booking info tab : *Info Code = CHECKIN</div></div> <div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Identify Repeat Guest ====</div><div class="mw-collapsible-content">This requires you to use the Guest database.  Trigger tab: *Trigger Event = After Booking*Trigger Time = immediately*Trigger Window = 365*Booking Source = All*Booking Status = All but not cancelled*Group bookings" = Trigger all on master*Template Variable = [GUESTSID1] greater than 0 Booking info tab : *Info Code = REPEAT</div></div> <div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Identify bookings with Custom Question ticked/unticked ====</div><div class="mw-collapsible-content">If you have a custom question with a 'Tick box' for example, they want a late checkin.  Setup the custom question in {{#fas:cog}} (SETTINGS) PROPERTIES -> BOOKING QUESTIONS -> CUSTOM QUESTIONS -> Custom question 1, set with TYPE = Tick Box.  Trigger tab: *Trigger Event = After Booking*Trigger Time = immediately*Trigger Window = 365*Booking Source = All*Booking Status = All but not cancelled*Group bookings" = Trigger all on master*Template Variable = [GUESTCUSTOMQ1] equals ticked (or) not ticked  Booking info tab : *Info Code = LATECHECKIN</div></div>   ===Add invoice items to a booking === <div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Add a fee to all bookings from a channel====</div><div class="mw-collapsible-content">Trigger tab:*Trigger Event = After Booking*Trigger Time = Immediate*Booking Source = Expedia (for example) Invoice tab:*Add Invoice Item = Add new*Type = Amount*Description = Cleaning fee (for example) - Template variables can be used. *Amount = 50 (for example - the amount of your cleaning fee)*per = Room*Period = one time*VAT = 19% (for example - enter the VAT amount if applicable) The fee will be added the next time the auto actions run. </div></div> <div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Add a fee (Penalty) to all bookings with an Outstanding Balance==== </div><div class="mw-collapsible-content">You want to add a 2.2% fee to all bookings if there is an outstanding balance 2 days prior to checkin.  Trigger tab: Time :*Trigger Event = Checkin *Trigger Time = -2 days*Trigger Window = 2 days  Booking Conditions:*Status = All not Cancelled *Invoice Balance = Not Zero Invoice tab:*Type = Amount*Description = Payment Fee||[INVOICEBALANCE:2.2%]*Amount = 0 (leave as 0 so the value is set from the calculation in Description field)*Per = Room*Period = one time*VAT = 19% (for example - enter the VAT amount if applicable) The fee will be added the next time the auto actions run. </div></div> <div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Add a negative value to Direct bookings for Stripe Charges==== </div><div class="mw-collapsible-content">You want to add the Stripe fee to all Direct bookings to show total value of booking, i.e. if you want to show the booking value. In this example the Stripe charge will be added as a negative figure.  Trigger tab: Time :*Trigger Event = Booking*Trigger Time = Immediate*Trigger Window = 1 day  Booking Conditions:*Status = All not Cancelled  Booking Source:*Booking Source = Direct Invoice tab:*Type = Amount*Description = Stripe Fee||[INVOICECHARGESNUM:-3%]*Amount = 0 (leave as 0 so the value is set from the calculation in the Description field)*Per = Room*Period = one time*VAT = 19% (for example - enter the VAT amount if applicable) The fee/charge will be added the next time the auto actions run. </div></div> ===Modify description/values of an existing invoice item in a booking === <div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Update the Description field of a charge/invoice item==== </div><div class="mw-collapsible-content"> In some cases Channel bookings have different descriptions for the same charge item - i.e. Cleaning, update the description field in the invoice item so they all match, using the format (findthisinvoicedescription^replacewiththisdescription) Trigger tab:*Trigger Event = After Booking*Trigger Time = Immediate*Booking Source = Expedia (for example) Invoice tab:*Add Invoice Item = Update Only*Type = Change Description *Description = Cleaning^Cleaning Service Fee*Invoicee = Ignore (otherwise you can add a specific Invoicee to limit the search)  </div></div> <div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Update all values of a charge/invoice item==== </div><div class="mw-collapsible-content"> You need to change the charges in bookings due to an update in your prices. Tourist Tax (for example), update the description field and value using the format (findthisinvoicedescription^replacewiththisdescription) Trigger tab:*Trigger Event = After Booking*Trigger Time = Immediate*Time Window = 365*Check In From = Select the first date of the Summer Season*Check In To = Select the last date of the Summer Season *Booking Source = Expedia (for example) Invoice tab:*Add Invoice Item = Update Only*Type = Change All *Description = Tourist Tax^Tourist Tax - Summer season 2022 (for example) *Amount = 0.75*Per = Per Person*Period = One time*Invoicee = Ignore (otherwise you can add a specific Invoicee to limit the search)  </div></div> ===Payments/Pending Payments=== <div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Add a pending payment====</div><div class="mw-collapsible-content">Trigger tab:*Trigger Event = After Booking or Before Check-in*Trigger Time = set the time you want to collect the payment*Booking Source =All (for example, you can also set different rules for different channels)*Group Booking Trigger = Trigger only Master (this will trigger on individual bookings and Master booking if a group) Booking Info tab: OptionalAdd a booking info tab for information and reporting*Flag Text = PendingPayment (for example)*Flag Colour = select the colour as this will be visible in the Calendar/Bookings list Booking tab: Optional*Booking Info Code = PENDPAY*Booking Info Text = Pending payment added Invoice tab:*Payment Type = select on what the payment is calculated (Percent of Balance due OR Group balance if you receive Group bookings)*Description = the text you will see in the "Charges and Payments" tab*Status = if you use the status function add the status you want to apply to the pending payment (optional)*Amount = enter the amount or percentage you want to collect*Payment Rule = use auto or manual - if you have set up payment rules in {{#fas:cog}} (SETTINGS) GUEST MANAGEMENT->PAYMENT COLLECTION they will be available here *Payment Due = Set when the payment is due  Create a Payment Rule to collect a payments when bookings are not cancelled.  Go to Settings > Payments > Payment Rules Payment Rule : Name = Enter your title - Not Cancelled (for example)Action = Auto Payment Trigger : *Booking Status = All not cancelled*Any Booking Info Code = optional*All Booking Info Codes = optional*Exclude Booking Info Code = optional (can exclude Virtual Credit cards, find the Booking info code in the booking) Payment Action : *Capture = Yes - immediately charged (Capture=Yes)*Add info code on success = add a Booking Info item to the booking on success*Add info code on failure = add a Booking Info item to the booking on failure </div></div> <div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > ====Add a pending payment - Set the Security Deposit value based on the price of the booking, using a calculation ====</div><div class="mw-collapsible-content">Trigger tab:*Trigger Event = After Booking or Before Check-in*Trigger Time = set the time you want to collect the payment*Booking Source =All (for example, you can also set different rules for different channels) Booking tab: Optional
*Flag Text = PendingPayment (for example)
*Flag Colour = select the colour as this will be visible in the Calendar/Bookings list
Booking Info tab: OptionalAdd a booking info tab for information and reporting
*Booking Info Code = PENDPAY
*Booking Info Text = Pending payment added
Invoice tab:
*Payment Type = select on what fixed value*Description = Security Deposit||[IF<=:[INVOICEFIRSTITEMNUM]:800:200|[INVOICEFIRSTITEMNUM][/.0]4] (Security Deposit is the description, then 2 | symbol, then the calculation for the payment 'Amount' to be set.) This calculation, tests if the first invoice item value (usually the Accommodation value) is calculated (Percent greater than or = 800 if so set the Security Deposit Amount = 1 quarter of Balance due)the first invoice item value, otherwise set = 200. *Description <span class="" style="color: #f3e504; font-size: 150%;" >{{#fas:lightbulb}} </span> <span style= "font-weight: bold;" >Tip</span> A price value for the text you will see invoice item can be specified after a second pipe (|) symbol, this can be used to calculate a price using template variables. If the price value in the "Charges and Payments" tabdescription field is zero or absent, the numeric value from the amount field will be used. 
*Status = if you use the status function add the status you want to apply to the pending payment (optional)
*Amount = enter the amount or percentage you want to collect0*Payment Rule = use auto or manual - if you have set up payment rules in {{#fas:cog}} (SETTINGS) GUEST MANAGEMENT-Payments >PAYMENT COLLECTION Payment Rules they will be available here
*Payment Due = Set when the payment is due
<div class="headline-collapse" >
====Add a pending payment - Set the Security Deposit value based on the price Collect outstanding booking balance 3 days prior to arrival( Credit card details were collected at time of the booking, using a calculation )====
</div>
<div class="mw-collapsible-content">
Trigger tab:
*Trigger Event = After Booking or Before Check-in
*Trigger Time = set the time you want to collect the payment
*Booking Source =All (for example, you can also set different rules for different channels)
Booking tab: ''''Create a Payment Rule (Optional)'''' *Flag Text = PendingPayment (Standard payment rules in the system are Auto & Manual, you can create additional rules for the collection of outstanding payments, you can control the collection of payments if the booking status is changed, for example)*Flag Colour = select the colour as this will booking is cancelled before the final payment is due to be visible in the Calendar/Bookings listcollected.
Booking Info tabGo to {{#fas: OptionalAdd a booking info tab for information and reporting*Booking Info Code = PENDPAY*Booking Info Text = Pending payment addedcog}} (SETTINGS) PAYMENTS > PAYMENT RULES
Invoice tab:*Create a Payment Type = fixed value*Description = Security Deposit||[IF<=:[INVOICEFIRSTITEMNUM]:800:200|[INVOICEFIRSTITEMNUM][/.0]4] (Security Deposit is the description, then 2 | symbol, then the calculation for the 'Amount' Rule to be set.) This calculation, tests collect payments if the first invoice item value (usually the Accommodation value) is greater than or = 800 if so set the Security Deposit Amount = 1 quarter of the first invoice item value, otherwise set = 200bookings are not cancelled.
<span class="" style="colorClick '''Create New Payment Rule''' : #f3e504; font-size: 150%;" >{{#fas:lightbulb}} </span> <span style="font-weight: bold;" >Tip</span> A price value for the invoice item can be specified after a second pipe (|) symbol, this can be used to calculate a price using template variables. If the price value in the description field is zero or absent, the numeric value from the amount field will be used.
*Status = if you use the status function add the status you want to apply to the pending payment (optional)*Amount = 0*Payment Rule = use auto or manual - if you have set up payment rules in {{#fas:cog}} (SETTINGS) Payments > Payment Rules they will be available here *Payment Due = Set when the payment is due  Create a Payment Rule to collect a payments when bookings are not cancelled.  Go to Settings > Payments > Payment Rules Payment Rule : Name = Enter your title - Not Cancelled (for example)*Action = Auto
Payment Trigger :
 
*Booking Status = All not cancelled
*Any Booking Info Code = (optional)*All Booking Info Codes = (optional)
*Exclude Booking Info Code = optional (can exclude Virtual Credit cards, find the Booking info code in the booking)
Payment Action :
*Funding Source = Guest card only*Payment value adjustment = Limit to group booking balance
*Capture = Yes - immediately charged (Capture=Yes)
*Add info code on success = add a Booking Info item to the booking on success
*Add info code on failure = add a Booking Info item to the booking on failure
</div>Prevent Auto Payment :</div>*Prevent payment if booking status = Cancelled*Prevent payment after check-out (days) = 7 (default)*Prevent payment action = Set Manual
<div class="mw-collapsible mw-collapsed">
<div class="headline-collapse" >
====Collect outstanding booking balance 3 days prior to arrival( Credit card details were collected at time of booking)====</div><div class="mw-collapsible-content">'''Create Auto Actions '''
''''Create a Payment Rule (Optional)''''Collect the outstanding balance for bookings created via your booking page.
Standard payment rules in the system are Auto & Manual, you can Go to {{#fas:cog}} (SETTINGS) GUEST MANAGEMENT > AUTO ACTIONS and click '''Create New Action''' to create additional rules for the collection of outstanding payments, you can control the collection of payments if the booking status is changed, for example the booking is cancelled before the final payment is due to be collectedthem.
Go to {{#fas:cog}} (SETTINGS) PAYMENTS > PAYMENT RULES'''Collect outstanding balance for direct bookings'''
Create a Payment Rule Trigger tab:*Time**Trigger Event = Checkin**Trigger Time = -3 days (set the time you want to collect payments if bookings are not cancelledthe payment)**Time Window = 3 days (set this to the same number (positive) as Trigger time.
Click '''Create New Payment Rule''' :*Booking Source**Booking Source = Direct. You can have different auto actions/rules for direct bookings -v- channel bookings, then select ‘Direct’ this will include manually created bookings and booking page bookings.
Payment Rule:*Booking Conditions*Name *Group Booking Trigger = Trigger only Master**Status = All not cancelled**Invoice Balance= Enter your title - Not Cancelled Zero (for examplecan be used to refine the auto action being triggered) *Action = Auto
Payment Trigger Booking tab:Optional*Booking Status Flag Text = All not cancelled*Any Booking Info Code (optional)*All Booking Info Codes Pending payment added (optionalfor example)*Exclude Booking Info Code Flag Colour = optional (can exclude Virtual Credit cards, find select the Booking info code colour as this will be visible in the booking)Calendar/Bookings list
Payment Action Booking Info tab:Optional, for information and reporting*Funding Source Booking Info Code = Guest card only*Payment BALANCE (for example enter the value adjustment = Limit to group booking balance*Capture = Yes - immediately charged (Capture=Yesuse one word only)*Add info code on success = add a Booking Info item Text = Enter the description/text to show in for the booking on success*Add info code on failure = add a Booking Info item to the booking on failureCode.
Prevent Auto Payment Invoice tab:*Prevent payment if booking status = Cancelled*Prevent payment after check-out (days) = 7 (default)*Prevent payment action = Set Manual
<div class="warning">{{#fas:exclamation-triangle}} ONLY use Payment Type =‘ Percent of Group balance due’ if you selected Trigger tab > Booking Conditions > Group Booking Trigger = Trigger Only Master.</div>
'''Create Auto Actions ''' Collect the outstanding balance for bookings created via your booking page.  Go to {{#fas:cog}} (SETTINGS) GUEST MANAGEMENT > AUTO ACTIONS and click '''Create New Action''' to create them. '''Collect outstanding balance for direct bookings''' Trigger tab:*Time**Trigger Event = Checkin**Trigger Time = -3 days (set the time you want to collect the payment)**Time Window = 3 days (set this to the same number (positive) as Trigger time. *Booking Source**Booking Source = Direct. You can have different auto actions/rules for direct bookings -v- channel bookings, then select ‘Direct’ this will include manually created bookings and booking page bookings.  *Booking Conditions**Group Booking Trigger = Trigger only Master**Status = All not cancelled**Invoice Balance= Not Zero (can be used to refine the auto action being triggered) Booking tab: Optional*Flag Text = Pending payment added (for example)*Flag Colour = select the colour as this will be visible in the Calendar/Bookings list Booking Info tab: Optional, for information and reporting*Booking Info Code = BALANCE (for example enter the value - use one word only)*Booking Info Text = Enter the description/text to show in for the Booking Info Code.  Invoice tab: <div class="warning">{{#fas:exclamation-triangle}} ONLY use Payment Type =‘ Percent of Group balance due’ if you selected Trigger tab > Booking Conditions > Group Booking Trigger = Trigger Only Master.</div>  *Add a Pending Payment to the booking**Payment Type = Percent of Group Balance due (select on what the payment is calculated)
**Description = the text you will see in the "Charges and Payments" tab
**Status = if you use the status function add the status you want to apply to the pending payment (optional)
<div class="mw-collapsible-content">
Trigger tab
*Trigger Event = After Booking
*Trigger Time = 1 Hour
*Trigger Window = 365 days
*Booking Status = No Change
*Flag text = (enter the text you require)
*Flag Colour = 999999 default cancel colour - (Set as required)
</div>
</div>
<div class="mw-collapsible mw-collapsed">
<div class="headline-collapse" >  
====Apply a flag for a bookings from a channel which have breakfast included====
</div>
<div class="mw-collapsible mw-collapsed">
<div class="headline-collapse" >  ====Apply a flag for a bookings which has BREAKFAST as a charge item====</div><div class="mw-collapsible-content">Trigger tab:*Trigger Event = After Booking*Trigger Time = Immediate*Booking Source = Booking.com (for example)*Template Variable = [IF>:[INVOICEITEMBYDESC:Breakfast]:0:yes|no] (Text for Breakfast has to match EXACTLY what is in the booking item Uppercase/Lowercase/Proper)*Select 'equal' from the selection box*yes (needs to be exactly the same text/upper/lowercase, as in the equation)  Booking tab:*Execution = One time only*Flag Text = Breakfast*Flag Colour - choose the flag colour Booking Info tab:*Booking Info Code = BREAKFAST*Booking Info Description = Breakfast included</div></div> <div class="mw-collapsible mw-collapsed"><div class="headline-collapse" > 
====Apply a flag when deposit was made prior to Check-in====
</div>
*Booking Source = All
*Booking Status = All but not cancelled
*Booking Info Code = STRIPEFAIL, CARDFAILSTRIPE
Booking tab:
<div class="mw-collapsible mw-collapsed">
<div class="headline-collapse" >  
====Apply a flag to Booking.com bookings and auto report the Credit Card when a payment FAILS at Stripe====
</div>
<div class="mw-collapsible-content">
Trigger tab
*Trigger Event = After Booking
*Trigger Time = 3 days
*Booking Status = Request
2,864

edits

Navigation menu