Auto Actions: Difference between revisions
Jump to navigation
Jump to search
| Line 1,027: | Line 1,027: | ||
<div class="mw-collapsible mw-collapsed"> | <div class="mw-collapsible mw-collapsed"> | ||
<div class="headline-collapse" > | <div class="headline-collapse" > | ||
====Send an email to the guest 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 | |||
'''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. | |||
*Plain text box (Using Message API) | |||
Subject - enter the subject for your Guests | |||
Plain Text Message :- enter the Message text you wish to send to your guests including the payment link | |||
https://beds24.com/bookpay.php?bookid=[BOOKID] | |||
You can find extra options to add to the payment link if you want to refine the details | |||
https://wiki.beds24.com/index.php/Category:Payments#Payment_Request | |||
*HTML Message (Send Email) | |||
Email Subject - enter the subject for your Guests | |||
Email Text :- enter the Email text you wish to send to your guests include template variable | |||
[PAYLINK] this creates a payment link (HTML A tag) for the payment request for the amount in the booking deposit field if non zero, otherwise the outstanding balance. Check the template variables for other options. | |||
'''Booking tab:''' | |||
*Execution = One time only | |||
*Flag Text = The text you want to display | |||
*Flag Colour - choose the flag colour | |||
Booking changes are applied before the mail is sent so that the flag template variable can be reflected in the Email. | |||
</div> | |||
</div> | |||
<div class="mw-collapsible mw-collapsed"> | |||
<div class="headline-collapse" > | |||
====Send an Email in the guests language to an internal Email address ==== | ====Send an Email in the guests language to an internal Email address ==== | ||