Skip to main content

List available workflow node types

GET 

/v1/workflows/nodes

List every workflow node type available to your organization, grouped by category (triggers, logic, data, AI, channel, CRM, integration, output, voice).

Each entry is a light summary — type, name, description, category — enough to pick the node you want. Pass category to narrow to a single group, then call GET /v1/workflows/nodes/{node_type} for that node's full configuration schema.

This is the starting point for authoring a workflow through the API. Requires the workflows:read scope.

Request

Responses

Successful Response