Automation Anywhere Connector -- connect your own Automation Anywhere Control Room via your own username + API key, then list/run/monitor TaskBots (Bots), browse Bot Runners (Devices), manage work queues, and read the Credential Vault's credential metadata.
connect_automation_anywherewriteConnect your Automation Anywhere Control Room by saving its base URL, your username, and your API key, after checking they actually work together. You'll need: your Control Room URL and an API key (Control Room > My Profile > API Key). Note: this manages Bots, Devices, Activities, Work Queues and Credential Vault metadata only -- Bot Creator (the visual designer) and IQ Bot document automation are out of scope here.
list_connectionsreadList the connected Automation Anywhere Control Room tenants.
disconnect_automation_anywherewriteDisconnect one Automation Anywhere Control Room tenant. Nothing in Control Room is changed; the saved username/API key are deleted here.
list_botsreadList Bots (TaskBots) available in the connected Control Room, optionally filtered by a name substring.
get_botreadRead one Bot in full.
list_devicesreadList registered Devices (Bot Runners) in the connected Control Room -- their name, host, and connection status.
list_activitiesreadList recent Activities (bot runs) in the connected Control Room, most recent first, optionally filtered by status.
get_activityreadRead one Activity (bot run) in full -- status, timing, device/user, and any error info.
deploy_botwriteDeploy (run) a Bot now, on explicit device ids or by runAsUserIds, with optional input parameters.
stop_activitywriteStop or pause a currently running Activity.
list_work_queuesreadList Work Queues configured in the connected Control Room -- the queue/queue-item pattern used for high-volume unattended work.
list_queue_itemsreadList items in a Work Queue, optionally filtered by status ('QUEUED', 'IN_PROGRESS', 'COMPLETED', 'FAILED').
create_queue_itemwriteAdd a new work item to a Work Queue -- the payload a bot will pick up and process.
update_queue_item_statuswriteManually set a Work Queue item's outcome to 'COMPLETED' or 'FAILED'.
list_credentialsreadList Credential Vault entries in the connected Control Room -- name and owner metadata only, never the secret values themselves.
bulk_stop_activitieswriteStop several running Activities in one call, by explicit activity ids. Continues past per-item failures and reports each outcome.
audit_device_poolreadBuild one aggregated health report across every Device in the connected Control Room: connection status, busy/idle state, and any device flagged offline or disconnected -- a value-add snapshot Control Room itself does not surface as a single report.
Install Automation Anywhere and let Webbee use it across your workflow.
Open in panel