Trigger workflow from Landing Page | Community
Skip to main content
September 23, 2022
Solved

Trigger workflow from Landing Page

  • September 23, 2022
  • 1 reply
  • 1135 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bisswang

Unfortunately such automated trigger is not possible.

 

How I solved similar situations:

  • mark the entered records (with adding a static value via landing page properties)
  • Save all input in profile fields
  • Have a workflow with a scheduled which identifies all marked profiles and does required post-processing

1 reply

bisswangAdobe EmployeeAccepted solution
Adobe Employee
September 23, 2022

Unfortunately such automated trigger is not possible.

 

How I solved similar situations:

  • mark the entered records (with adding a static value via landing page properties)
  • Save all input in profile fields
  • Have a workflow with a scheduled which identifies all marked profiles and does required post-processing
sadrf1Author
September 23, 2022

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?

Adobe Employee
September 26, 2022

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:

https://experienceleague.adobe.com/docs/campaign-standard/using/working-with-apis/managing-workflows/triggering-a-signal-activity.html?lang=en