Update Agent Action
Update an existing agent action.
Authorizations
Bearer token authentication using your API key
Path Parameters
The ID of the org
The ID of the agent
The ID of the agent action
Body
The agent action information to update.
Schema for updating an existing agent action
The name of the action, e.g. "Send email"
64Extra instructions for the action
2048The ID of the connection to use for the action if required, e.g. "con_XXX"
"con_XXX"
The input values with their dynamic field definitions
When the agent must ask for approval before running the action. Omit or null to inherit the run default.
auto, ask, never, null Response
The updated agent action.
Schema for an agent action
The ID of the action
Whether the action is enabled
The name of the action
The instructions for the action
The ID of the action, e.g. "TOOLS:HTTP_REQUEST", or a "TYPE:*" wildcard covering every action of the app
"TOOLS:HTTP_REQUEST"
"GOOGLE_SPREADSHEETS:*"
The ID of the agent
"agt_XXX"
The ID of the connection to use for the action if required
"con_XXX"
The input values with their dynamic field definitions
When the agent must ask for approval before running the action. Null inherits the run default.
auto, ask, never The position of the action within its group. Bucketed in multiples of 100, e.g. 100, 101, 102 for the first group, 200, 201, 202 for the second