Dynamic API Generation

You can design and enable a workflow and dynamically generate custom API to ease the automation and orchestration process. This allows a simple API payload builder/generator to aid you in integrating with external tools and systems.
  1. Design a new workflow.
  2. From the User Interface section, drag and drop a Form task.
  3. Define the requiredform fields.
  4. From the General section, drag and drop a Script task.
  5. From the User Interface section, drag and drop an Email task.
  6. To generate an API for this workflow, click icon above the Start task.
    The URL, HTTP method, Query params, Payload, and the Header for the API are displayed.
    Note: The API can also be generated as cURL or Python.
  7. To download this API, form the top right corner of the API window, click (Download) icon.
  8. Connect and enable the workflow.
  9. To trigger the workflow from Postman, copy the URL and payload from the Workflow Studio.
  10. On the Postman Utility tool, under Body, paste the URL and Payload details.
  11. Under Headers, update the username and password details.
  12. To trigger the workflow from Postman, click Send.
    Response with a Request ID is generated.
  13. Navigate to the Request :: All page and click on the Request ID generated in Postman.
    Workflow is executed successfully.