Execute an action
Path parameters
Headers
Request
Connected account uuid for the account you want to run the action on. You can get this from the id field in /api/v1/connectedAccounts endpoint.
The name/id of the app that the action belongs to. To get the app name, you can use the /api/v1/apps endpoint.
(Optional) EntityId that represents your users connections - if the required connection is availabe for the user, it’ll be auto-picked. If you are passing this, there’s no need to pass connectedAccountId
. To know more about entityId, click here
Action inputs or aguments to execute the action. This is a dict/map with key-value structure, depdning on the action schema you can find in /api/v2/actions/{actionName} endpoint.
The use-case description for the action, this will give context to LLM to generate the correct inputs for the action.
The custom description for the action, use this to provide customised context about the action to the LLM to suit your use-case.