Skip to main content
Workflow endpoints live under the /workflow prefix. Use them to manage workflow definitions, run executions synchronously or asynchronously, and receive trigger callbacks. Pass your credential in the Authorization header; user PATs (pat_) also need X-Anyreach-Org. See Authentication.
Every path is prefixed with /workflow. The product pages on executions and public execution reference these same endpoints.

Workflows

Executions

Authoring helpers

Public execution

A workflow marked public can be invoked without authentication — for browser embeds and external webhooks. See Public execution for the security implications.

Trigger webhooks

External systems start workflows through trigger webhooks. You configure these from the builder rather than calling them directly.

Action and trigger registry

The Anyreach registry powers the Action step’s app catalog and trigger configuration.

Example: run a workflow synchronously

Workflows

Build workflows in the visual editor.

Sync vs async execution

When to run synchronously or in the background.