Skip to content

Managing templates (blueprints)

Templates in the API

Tallyfy process templates (referred to as “Checklists” or “Blueprints” in the API) define the structure of your repeatable processes. While in the Tallyfy user interface these are called Templates, the API endpoints consistently use the term Blueprints to refer to the same objects.

Use the Tallyfy API to create, retrieve, update, and manage these templates/blueprints. Refer to the individual pages for specific request details and code examples.

Templates > List templates

An API endpoint documentation for retrieving process templates from organizations with code examples in JavaScript Python Java and Go along with details about request headers query parameters and response format.

Templates > Get template

An API endpoint that retrieves detailed information about a specific process template using a GET request with optional parameters to include related data such as steps tags and folder hierarchies.

Code Samples > Managing processes (Runs)

The API facilitates process management by enabling users to launch retrieve update and control the lifecycle of running instances while providing integration capabilities for tasks templates and organizational tags.