About Workflow get API

0
How do I retrieve the API and post API when running a workflow, and how do I create conditions so that the workflow runs with the flow that has been designed? and for the trigger button so that we can retrieve and post the data that we have created?
asked
2 answers
0

Hi Fredrick, 

There's a couple of handy items in the toolbox you can use to achieve this. 

In the workflow editor interface you can:

  • Call Microflow - and Call the API from that Microflow
  • Wait for Notification - To wait for the response/completion of the API call
  • Screenshot 2024-09-23 153059.png

Then from your Microflow you can use the Notify Workflow activity to notify the workflow that the API has been called. 

Screenshot 2024-09-23 153157.png

 

For API calls in general I've made this video to help explain the end to end process - Build Your First API

 

answered
0

thanks matthew

 

answered