Auto Actions: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) |
|||
| Line 111: | Line 111: | ||
Create auto actions which trigger a web hook when the trigger conditions are met. | Create auto actions which trigger a web hook when the trigger conditions are met. | ||
== | == 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 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 will show you how many and which bookings are being tested. | |||
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. | |||
== Troubleshooting == | == Troubleshooting == | ||