Execute API Activity
Description
This activity executes the given API request, allowing users to interact with an API by specifying various parameters. It enables seamless integration with external services and retrieval of data.
Input
Data
Output
Data
Configuration Fields
- Connection Configuration options for authentication session for the API.
- Request type Type of HTTP request method (GET, POST, PUT, DELETE, etc.).
- Request Url URL endpoint for making API requests.
- Content Type Format of the content being transmitted (e.g., application/json, application/xml).
- Headers Key-value pairs for custom HTTP headers.
- Form Data Key-value pairs for form data to be included in the API request.
- URl Params Additional parameters to be included in the URL for the API request.
- Parameters Options for additional parameters in the request.
- Body Body content to be included in the API request (for methods like POST and PUT).
- Continue Execution On Failure Option to proceed with execution even if the API request fails.
- Replacer For All Rows Replacer for all rows in the response (for mass replacement of data).
- Next Page Key Path Path to the next page key in the API response (for paginated responses).
- Next Page Key Value of the next page key.
- Next Page Key Behaviour Determines how the next page key should be handled (as parameters or within the URL).
- Replace Next Page Key With Replacement value for the next page key.
- Search Key To Replace Key to be replaced in the response.
- Root Of Response Root path of the response data.
- File Type Export file type (e.g., CSV, JSON, XML).
- Json Field The field in the JSON response that contains data to be exported.
- Delay Delay between API calls in milliseconds.
- Accept Encoding Content encoding algorithm (e.g., gzip, deflate).
Sample Input
Not Applicable
Sample Configuration
Sample Output
Data from APi