EA Connect - Http Request With Pagination Documentation
This documentation provides an overview of the Http Request With Pagination task in EA Connect. This task allows users to make http requests through EAConnect and process response to a csv. The response type can be either json or csv.
Url - Api endpoint for request.
Method - (Method for the request ex: Get/post)
Headers - Request headers (in json format)
Body - Request body (in json format)
Unwind values - Comma separated values that you want to unwind in json response when converting it to csv.
Show Row Id - Add a row Id to csv that will be created after processing the response.
Pagination param - Page count parameter name (ex: page).
Pagination Start value - First page (ex: 1)
Pagination End value - Last page (ex: 10)
Pagination Increment By - Increment the page number by provided value for next request. (ex: 1)
Format - Response format (csv or json)
File Header - Can be passed if you want to provide custom header, this will replace the header line of csv with the provided header.
Field Order - Order of columns in csv.
File Name - File name of result file that will be saved in EAConnect.
1.Open the EA Connect web application in your web browser.
2.Log in to your EA Connect account using your credentials.
3.Go to the “Task” section and click on “Create New” Button.
4. Provide the fields that are required for the task.
5.Once the task is created and saved, it can then be used as part of a flow.