I want to start a scenario with a webhook.
There are two options: development and production
It seems like development is the one that needs to be used at all times (that’s what gets debugged and used during deploy/test/etc for example). Is that a correct assumption?
And if so, what would I use the production URL for, if anything?
Hi!
The Dev webhook is only for Scenario creating, testing and debugging. It works when you manually trigger the scenario (e.g., using “Run Once”), but it stops as soon as it receives data. It’s great for checking logic, debugging, and making changes without affecting live automation, but it’s not meant for continuous use.
The Prod webhook, on the other hand, is used for autonomous execution. Once you deploy your scenario, it runs 24/7, automatically receiving data from external sources and triggering your scenario without manual intervention.
In short:
- Dev = for testing, debugging, and manual runs only.
- Prod = for fully autonomous automation, running continuously.
Hope that helps!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.