AWS Custom Action
Executes an HTTP request with the chosen method on the provided URL.
Basic Parameters
Parameter | Description |
---|---|
Headers | Request Headers to be added to the request in the format Name: Value. For example: Content-Type: application/json . |
Method | Which HTTP method to use in the request. |
Request Body | JSON data to send in the request body. |
Request URL | The URL to communicate with. |
Advanced Parameters
Parameter | Description |
---|---|
Cookies | Web cookies to include in the request in the format Name: Value. For example: Session: gr32tsd266yfg3u3t132kyl . |
Disable SSL Enforcement | Enable this option to skip SSL verification of the server's certificate
|
Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
Retry On Rate Limit | If enabled, and when rate limits are reached, the system will retry
|
Workflow Library Example
Aws Custom Action and Send Results Via Email
Preview this Workflow on desktop