Connect your own Tray.io workspace (classic Platform REST API, static Bearer token) to manage workflows (list/get/create/update/enable/disable/delete/duplicate), workflow executions, and authentica...
What this app can do
16 tools registered
Connect TrayFree
Connect a Tray.io workspace by saving its API token (Settings > Tokens in the Tray dashboard -- master or user token), after checking it actually works against GET /workflows.
List ConnectionsFree
List the connected Tray.io workspaces (masked token ids; secret values are never shown).
Disconnect TrayFree
Disconnect a Tray.io workspace: deletes the saved API token from Imperal. Nothing in Tray itself is changed; the token can be revoked in the Tray dashboard at any time.
List Workflows8 tok
List workflows in the connected Tray.io workspace, optionally filtered by enabled state.
Get Workflow8 tok
Read one Tray.io workflow in full by id.
Create Workflow16 tok
Create a new Tray.io workflow (name + optional description).
Update Workflow16 tok
Update selected fields of an existing Tray.io workflow (name/description). Only given fields change.
Set Workflow Enabled16 tok
Enable or disable a Tray.io workflow without deleting it.
Duplicate Workflow16 tok
Duplicate a Tray.io workflow by exporting its definition and re-importing it under a new name.
Delete Workflow24 tok
Permanently delete a Tray.io workflow by id. Cannot be undone.
List Workflow Executions8 tok
List workflow executions (instances), newest first -- optionally restricted to one workflow.
Get Workflow Execution8 tok
Read one workflow execution (instance) in full by id -- status, timing, and any error info.
List Authentications8 tok
List authentications (saved third-party credentials) in the connected Tray.io workspace -- id, name, and service only, NEVER credential values.
Get Authentication8 tok
Read one Tray.io authentication's metadata by id -- name, service, created date. Credential values are never exposed.
Get Workspace Overview40 tok
Value-add report: one-glance Tray.io workspace health snapshot -- workflow counts by enabled state, authentication count, and how many of the most recent executions failed.
Get Failing Workflows Report24 tok
Value-add report: scan the most recent workflow executions and rank the workflows with the most failures -- the fastest way to find the automations that keep breaking.