Launch via API
Send a POST request to Tallyfy’s REST API to launch processes from code - triggered by events in other systems like CRM deals closing or form submissions.
- A Tallyfy account with API access
- An OAuth Bearer token for authentication
- The
checklist_id(template ID) you want to launch - Familiarity with REST APIs and JSON
-
Get your access token - set up OAuth in Tallyfy and store your Bearer token securely
-
Find the template ID - grab the
checklist_idfrom the URL when viewing your template, and note any kick-off form fields that need data -
Send the POST request - call
POST /organizations/{org_id}/runswith your JSON body containingchecklist_idand process details -
Handle the response - a
201response returns the new process data including its ID. Add error handling for failures.
See the API process launch guide for full details.
- Start processes from events in other systems (CRM, forms, IoT sensors)
- Pre-fill kick-off form fields with external data using the
prerunobject - Set custom process names, task assignments, and deadlines per step
- Assign users, groups, and roles at launch time
- Tag processes and place them in folders automatically
POST /organizations/{org_id}/runs HTTP/1.1Host: go.tallyfy.comAuthorization: Bearer YOUR_ACCESS_TOKENContent-Type: application/jsonX-Tallyfy-Client: APIClient
{ "checklist_id": "your-template-id", "name": "Customer Onboarding - Acme Corporation", "prerun": { "customer_name": "Acme Corporation", "contract_value": 15000, "start_date": "2024-01-15T00:00:00.000Z" }}- CRM integration - start onboarding when deals close
- Document management - trigger approvals when files are uploaded
- IoT devices - launch inspections when sensors fire alerts
- External forms - create processes from third-party submissions
- Database triggers - start workflows from data changes
Postman > Working with templates and processes
Workato > Launch Tallyfy processes from Workato
Was this helpful?
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks