suprsend-workflow-schema

Installation
SKILL.md

SuprSend workflows define notification logic as a sequence of nodes. Each workflow requires a trigger (event or API) and at least one delivery node. Between trigger and delivery, you can add function, branch, and data nodes to build sophisticated notification journeys.

Workflows are defined as JSON conforming to the schema at https://schema.suprsend.com/workflow/v1/schema.json.

For a complete guide on creating workflows using the JSON schema, see Workflow Schema Guide.

Workflow Nodes

Delivery Nodes

Send notifications to users. Every workflow must end with at least one delivery or HTTP API node.

Node Type Schema node_type Description
Single Channel send_email, send_sms, send_whatsapp, send_inbox, send_mobile_push, send_webpush, send_slack, send_ms_teams Send via one channel
Multi-Channel send_multi_channel Send across multiple channels simultaneously
Smart Channel Routing send_smart_channel_routing Send sequentially across channels with delays until engagement
Related skills
Installs
8
Repository
suprsend/skills
First Seen
Mar 13, 2026