How to configure API's in vFlow2.0?

Please explain in detail.

Hi @Harshit, You can refer to this post:

Sure @Ritik_Dixit. To configure an API in vFlow2.0 first of all you must have created one service in vConnect after that come to vFlow2.0 configurator and follow the below mentioned steps:-

  1. In the L1 section click on API.
  2. Click on plus icon above and create one API.
  3. Provide the name of the API and select the type of service(configured in vConnect) you want to use and click on create button.
  4. Under request body please pass the request json of the selected API and save it.
  5. Mark the checkbox which comes after when you click the save button and under value section provide the value of the request body if you want the same request body each time otherwise you can pass the path from where the request is going to be fetched dynamically. For ex:- getVal(“tempObject.user_details.id”)
  6. Click on next button and under Response-> under complete set the path where you want to get the API response. For ex:- setVal(“tempObject.api_response”)
  7. Click on review and save.
    This is how you can create an API in vFlow2.0.