Hello,
How can I automatically trigger the next scenario when the previous one finishes, running them in a sequential order (Scenario 1 → Scenario 2 → Scenario 3, etc.)?"
Hello,
How can I automatically trigger the next scenario when the previous one finishes, running them in a sequential order (Scenario 1 → Scenario 2 → Scenario 3, etc.)?"
Welcome to the Make community!
To trigger another scenario, you can use the HTTP → Custom Webhook method.
The calling scenario uses a HTTP module to make a request to another scenario’s Custom Webhook trigger module’s URL.
You can also use the Make API to save an operation.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew