Execute Anodot API Request
danger
This action has been deprecated and will no longer be available in new workflows.
Executes an API request against the Anodot REST API.
Basic Parameters
Parameter | Description |
---|---|
API Path | API path to send the request to including the API version prefix and any additional query parameters. |
Method | Which HTTP request method to use. |
Request body | JSON data to send in the request body. |
Advanced Parameters
Parameter | Description |
---|---|
Account Key | Which account key to use for authentication. Must be used with a valid Division ID. If not provided, will default to use the first Account Key and Division ID found. |
Division ID | Which division ID to use for authentication. Must be used with a valid Account Key. If not provided, will default to use the first Account Key and Division ID found. |
Headers | Request Headers should be Name: Value (Accept: application/json) |
Workflow Library Example
Execute Anodot Api Request and Send Results Via Email
Preview this Workflow on desktop