Skip to main content

Templates

Templates are pre-configured workflow logic chains that have been published to the Arrotech Hub Marketplace.

Instead of forcing your users to define multi-step triggers from scratch, you can fetch available templates and let them duplicate them directly into their workspaces.

Discovering Templates

  • GET /templates/ lists all available open-source templates.
  • GET /templates/categories Groups templates logically (e.g., "Marketing", "HR", "Sales").
  • GET /templates/featured/list Returns the most popular templates.

Using a Template

Once you have identified a template id, use the POST /templates/{template_id}/use endpoint to automatically duplicate that template into the authenticated user's workflow directory.

For exact schema payloads, see the Templates API Reference.