Skip to main content
POST
Run a single integration lookup action synchronously

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
provider_id
string
required
Minimum string length: 1
Example:

"adyntel"

action_id
string
required
Minimum string length: 1
Example:

"adyntel_get_linkedin_ads"

inputs
object
required
Example:
credential_source
enum<string>
required

Which credentials to run this action with. Providers marked requiresUserConnection only accept "workspace_key".

Available options:
workspace_key,
instantly_key
Example:

"instantly_key"

app_connection_id
string<uuid>
Example:

"01a034fe-b824-70a7-b694-a2d41f4540dc"

Response

The provider payload under the action's output column.

The provider payload under the action's output column.