Execute Action Tool
Executes an Action tool with the specified parameters.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The offset of the client's timezone in minutes from UTC. e.g. PDT is -420 because it's 7 hours behind UTC.
Body
The name of the tool.
Unique identifier for this actionRun execution event.
Unique identifier of an action instance.
The parameters to be passed to the tool for action.
Response
A descriptive message about the execution of the action tool.
Error message, if any, when executing the action.
The raw response received from the external server.
The URL, if any, pointing to the output generated by the Action Tool after executing an action.
The title, if any, of the output generated by the Action Tool after executing an action.