Install Skills
Install all SuprSend skills at once:Try it — build a cart abandonment workflow
Open Cursor (Cmd+L / Ctrl+L) and paste this prompt:
suprsend-workflow-schema skill activates automatically and generates correct node_type values, branch structure, and field names.
Review and push
Opensuprsend/workflow/cart-abandonment.json and verify the structure — especially any branch_waituntil conditions.
Common gotchas
These are the mistakes agents make most often. Watch for these before pushing.| What goes wrong | Why | Fix |
|---|---|---|
workflow push myfile.json silently pushes 0 | Command expects --slug or --dir, not a file path | Use --slug or --dir suprsend/workflow/ |
| Workflow pushed but nothing fires | Pushed workflows are drafts by default | Add --commit=true |
| ”Successfully pushed: 0” | Wrong active profile or workspace | Run suprsend profile list and switch |
| Workflow JSON can’t be targeted by slug | Missing slug field in the JSON | Always include "slug": "your-slug" |
| Validation error on push | Schema or category doesn’t exist yet | Push schema and category first |
| Branch logic routes wrong | Incorrect expression_v1 conditions | Review conditions. See Wait Until |
Next steps
Workflow Schema Skill
All node types and configuration fields.
CLI Skill
Every CLI command, flag, and troubleshooting tip.
Prompt Cheatsheet
More copy-paste prompts for common tasks.
Agent Skills Overview
All available skills and how they work.