Skip to main content
Automation

Endpoints


Template Gallery

List Templates

Returns all templates available in the gallery — both built-in templates and any custom templates your workspace has created.
Query Parameters:
Response:

Template Details

Get a Template

Returns the full template definition including all steps and conditions.
Response:

Installation

Install a Template

Installs a template into your workspace as a new, inactive automation rule. The installed rule is a full copy — you can modify it independently.
Request body (optional — override the name):
If no name is provided, the installed rule inherits the template name. Response: 201 Created — returns the new automation rule object.
After installing, configure the rule’s email templates and assigned users, then call the activate endpoint to start it.
Custom Templates

Creating Custom Templates

Request body:
Response: 201 Created with the new template object. Custom templates are only visible to your workspace and are not listed in the global gallery.