I’m working on a workflow where I need to trigger an API call when a user clicks a button in Action Center. Here’s the scenario:
- I’ve created a task in Action Center using the Create Form activity.
- The form contains a button, and when the user clicks it, I want to send a request to a specific API endpoint (e.g., a REST API).
Questions:
- Is there a way to directly trigger an API call upon button click in Action Center?
- If not, how can I implement a solution where:
- The button click updates a form field or triggers a submission.
- The workflow listens for the form submission and then makes the API call?
- Are there best practices for passing form data to the API payload?
Any guidance or examples on how to achieve this would be really helpful.
Thank you!