I am working on an use case where a Landing page is created for user data collection. As soon as the user hits on submit button, I want to trigger a workflow with the data collected from Landing Page to be passed as parameters in the workflow. Is it possible?
Solved! Go to Solution.
Views
Replies
Total Likes
Unfortunately such automated trigger is not possible.
How I solved similar situations:
Unfortunately such automated trigger is not possible.
How I solved similar situations:
Hi Ramon!
Can it be done via external webpage and api request? I can trigger the workflow using postman but can do using ajax jquery code within the landing page. So, can workflow be triggered from an external webpage?
Views
Replies
Total Likes
Technically a workflow can be triggered externally.
Though this is limited to max 1 call per 10 minutes, if more calls are sent, the API will just reject them.
Documentation: