Skip to content

Workato actions and triggers

What the Workato connector now covers

The Workato connector for Tallyfy was expanded from five actions and three triggers to a full set that mirrors what Tallyfy’s other connectors do. You can now build recipes for the same core actions across ten categories, plus five triggers.

Actions by category

CategoryWhat you can do
Users and guestsInvite members, read and list users, change roles, enable or disable accounts, create and update guests
GroupsCreate, read, update, and delete groups
TasksCreate standalone tasks, complete tasks (including approvals), update, reopen, and read tasks; list tasks for yourself, another member, a guest, or a process
ProcessesLaunch a process from a template, read, update, archive, reactivate, and list processes; submit or reopen a kick-off form
TemplatesRead, list, create, clone, update, and delete templates; list a template’s steps and kick-off fields
Form fieldsAdd, update, move, and delete step form fields; manage dropdown options; add, update, delete, and reorder kick-off fields
Comments and issuesAdd, read, edit, and delete comments; report an issue on a task and resolve it
TagsCreate, update, delete, and list tags; tag or untag templates and processes
FoldersCreate, update, and delete folders; move templates and processes in and out
SearchKeyword search across tasks, processes, templates, snippets, or everything at once

In total the connector now ships 82 actions and 5 triggers, up from 5 actions and 3 triggers, backed by 5 pick lists that fill dropdowns like templates, users, and processes.

Triggers (polling)

Workato went from three triggers to five - it already had more working triggers than any other Tallyfy connector. Each trigger polls: it checks Tallyfy on a schedule, picks up new items, and de-duplicates by record id so nothing repeats.

  1. New process started - a process starts, optionally scoped to one template.
  2. Task completed - a task is marked complete.
  3. New task assigned - a new task lands in your queue.
  4. Comment or issue added - a comment or reported issue appears on any task in the process you choose to watch.
  5. Process completed - a whole process reaches completed status, not just one task.

Polling frequency follows your Workato plan and recipe settings. More frequent polling means fresher data and more API calls.

Authentication (OAuth 2.0)

Workato connects to Tallyfy with OAuth 2.0. Contact Tallyfy support to get a Client ID and Client Secret, then create a Tallyfy connection in Workato using those credentials plus your Organization ID (find it in Settings > Organization). Tallyfy supports bearer tokens with refresh, so the connection renews itself and you won’t keep re-entering credentials.

Getting started

  1. Create or open a recipe in Workato.
  2. Add the Tallyfy connector and create a connection with your OAuth 2.0 Client ID, Client Secret, and Organization ID.
  3. Pick an action, for example Start process, and map the input fields.
  4. To react to Tallyfy events, start the recipe from one of the five polling triggers.
  5. Test with sample data, then start the recipe.

Remember the API terminology: “templates” in the Tallyfy UI are “checklists” in the API, and “processes” are “runs”.

AI-native alternative (Tallyfy MCP)

If building recipes by hand is more than you need, the Tallyfy MCP server lets an AI assistant call these same actions in plain English. See the MCP server guide.

Middleware > Workato

Tallyfy’s Workato connector uses OAuth 2.0 and Workato’s Ruby SDK to start processes, complete…