Workato > Workato actions and triggers
Workato
Workato connector for Tallyfy
Section titled “Workato connector for Tallyfy”Tallyfy has built a Workato connector on Workato’s Ruby SDK. It connects Tallyfy to enterprise systems through Workato’s recipe-based automation, so once it’s available you’ll be able to launch processes, complete tasks, and track assignments across your tech stack without switching tools.
What the connector does
Section titled “What the connector does”The connector now covers a full set - 82 actions and 10 triggers (5 polling and 5 instant webhook) - detailed in Workato actions and triggers. The core actions and triggers below cover the most common integration patterns.
Actions:
- Start process - launches a new process from a template, with dynamic kick-off form fields pulled from the template’s configuration
- Complete task - marks a task as done, optionally submitting form data along with it
- Update task - changes a task’s name, description, deadline, or assignees (users, guests, or groups)
- Add comment - posts a comment or problem report on a specific task
- Get process - retrieves process details, optionally including all its tasks
Triggers (polling-based):
- New task assigned - fires when a task gets assigned to the connected user
- Process completed - fires when a process reaches completed status
- New process started - fires when a new process is created, with optional filtering by template
How authentication works
Section titled “How authentication works”The connector uses OAuth 2.0. You’ll need three pieces of information to set up the connection:
- Client ID - from your Tallyfy OAuth application
- Client Secret - from the same OAuth application
- Organization ID - found in Tallyfy Settings > Organization
The OAuth flow goes through account.tallyfy.com/oauth/authorize for authorization and account.tallyfy.com/oauth/token for token exchange. Workato handles token refresh automatically, so you won’t deal with expired sessions.
Every API call includes the Authorization bearer token header and an X-Organization-ID header.
Architecture overview
Section titled “Architecture overview”Your Systems → Workato Platform → Tallyfy API ↓ ↓ ↓Salesforce Recipe Engine Start ProcessSAP Data Transform Complete TaskWorkday Error Handling Update TaskServiceNow Polling Triggers Add CommentDynamic kick-off form fields
Section titled “Dynamic kick-off form fields”When you pick a template in the “Start process” action, the connector fetches that template’s kick-off form fields and generates matching input fields in Workato. It maps Tallyfy field types to Workato controls - text, number, date, dropdown, multiselect, boolean, email, and URL fields all get proper input types.
This means your recipes can pass data directly into Tallyfy’s kick-off forms without manual field mapping.
Example scenarios
Section titled “Example scenarios”Deal-to-onboarding: When a deal closes in Salesforce, a Workato recipe starts a Tallyfy customer onboarding process. The recipe maps the customer name, contract value, and account manager from CRM fields into the kick-off form.
Task completion sync: The “process completed” trigger watches for finished Tallyfy processes, then pushes status updates to your ERP or project management tool.
Assignment routing: The “new task assigned” trigger picks up fresh assignments and sends notifications through Slack, Teams, or email - whatever your team prefers.
Key API endpoints used
Section titled “Key API endpoints used”The connector talks to Tallyfy’s REST API at https://go.tallyfy.com/api. Every call is scoped to your organization, so {org} below is your Organization ID:
POST /organizations/{org}/runs- start a new process from a template (the template is thechecklist_idin the request body)POST /organizations/{org}/completed-tasks- complete a taskPUT /organizations/{org}/runs/{run}/tasks/{task}- update a taskPOST /organizations/{org}/tasks/{task}/comment- add a comment to a taskGET /organizations/{org}/runs/{run}- get process detailsGET /organizations/{org}/tasks- list tasks (used by the assignment trigger)GET /organizations/{org}/runs- list processes (used by the process triggers)GET /organizations/{org}/checklists- list templates for dropdown pick lists
API terminology mapping
Section titled “API terminology mapping”- “Templates” in the UI = “Blueprints” or “Checklists” in the API
- “Processes” in the UI = “Runs” in the API
- “Form fields” in the UI = “Captures” in the API
- “Steps” in templates = “Tasks” in running processes
Guest assignment rules
Section titled “Guest assignment rules”The connector enforces Tallyfy’s business rule that guests (external users) can’t be the sole assignees on a task. If you assign only guest email addresses, the connector automatically adds the current user as a co-assignee. It also validates guest emails against the organization domain - if someone with an internal email is listed as a guest, the connector looks up their user ID instead.
Error handling
Section titled “Error handling”The connector returns clear error messages for common failures:
- 401 - authentication failed, token refresh needed
- 403 - missing organization access
- 404 - resource doesn’t exist or user lacks access
- 422 - validation errors with field-level details
- 429 - rate limit exceeded
Getting early access
Section titled “Getting early access”The dedicated connector isn’t in Workato’s library yet, so you can’t self-install it. To join the early-access group:
- Contact Tallyfy support to request the connector and OAuth credentials.
- Once support provides them, set up the connection in Workato with your Client ID, Client Secret, and Organization ID.
- Build recipes using the connector’s actions and triggers.
- Test with a sandbox template before going live.
Prefer not to wait? Use Workato’s HTTP connector with Tallyfy’s REST API today, following the how-to guides below.
- Complete Tallyfy tasks from Workato
- Launch Tallyfy processes from Workato
- Workato actions and triggers
Related articles
Section titled “Related articles”Workato > Launch Tallyfy processes from Workato
Middleware > Connector capability matrix
Celigo > Celigo actions and triggers
Was this helpful?
- 2026 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks