Skip to main content

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

ParameterDescription
API PathAPI path to send the request to including the API version prefix and any additional query parameters.
MethodWhich HTTP request method to use.
Request bodyJSON data to send in the request body.

Advanced Parameters

ParameterDescription
Account KeyWhich 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 IDWhich 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.
HeadersRequest Headers should be Name: Value (Accept: application/json)

Workflow Library Example

Execute Anodot Api Request and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop