Auto Actions: Difference between revisions
Jump to navigation
Jump to search
| Line 1,676: | Line 1,676: | ||
*Booking Info Description = Upsell email sent [CURRENTDATE]: Late Checkout | *Booking Info Description = Upsell email sent [CURRENTDATE]: Late Checkout | ||
</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> | </div> | ||
| Line 1,792: | Line 1,825: | ||
</div> | </div> | ||
===Add invoice items to a booking === | ===Add invoice items to a booking === | ||