v1

latestOpenAPI 3.0.02026-07-26208.2 KB

Run Tool

Backward Compatibility: The /actions endpoint path and action parameter are preserved for backward compatibility. Both /actions and /tools work identically.

post/projects/{project_id}/tools

Path parameters

project_idstring required

Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.

Request body

toolstring required

The Tool to run

parametersobject required

The parameters to pass to the Tool. See available parameters for your specific Tool in the Tools Reference.

Example request

{
  "tool": "SLACK_SEND_MESSAGE"
}

Response

Note: Responses will vary by integration provider. Paragon returns the API response of the last request that was used to run this Tool.