Automations
In the future, automations will be the back-bone of Itsy. Currently you can trigger workflows in three different ways, and execute steps based on those event triggers.
A single automation can be triggered by several events.
Triggers
- On order created internally When an order is created internally.
- On order created by public process When an order is created in the public booking process.
- On payment validated by external service Payments are validated by the three external services available, and this trigger responds to that event.
Steps
- Send order confirmation email to client Sends the order confirmation template to the client email address
- Send payment reminder emial to client Send the payement reminder templated email to the client email address
- Send payment receipt email to client Sends the payment receipt templated email to the client email address
- Send order notification email Sends a order notification email, value will be set in the step creation process
- Send payment notification email Sends a payment notofication email, value can be set in the step creation process
- Post order to webhook Post the complete order object to a webhook