Skip to main content
POST
Trigger an integration tool
Some providers offer helper tools for fetching dynamic data needed when constructing post settings, for example searching Instagram audio to attach to a Reel, listing Discord channels, or fetching Reddit flairs. Discover the tools available for a channel with the settings endpoint. Each tool entry contains the methodName to pass here together with its parameter schema. For the full catalogue of what every network offers, and what each tool gives back, see Provider Tools.

Authorizations

Authorization
string
header
required

Your PostQueen API key

Path Parameters

id
string
required

The integration ID

Body

application/json
methodName
string
required

The tool method name, as returned by the integration settings endpoint

data
object

Key-value parameters for the tool

Response

Tool executed successfully

output
any

The tool result, shape depends on the tool