wraps-workflows
Installation
SKILL.md
Wraps Workflow DSL
Build email and SMS automation workflows as TypeScript files using @wraps.dev/client. Workflows live in wraps/workflows/*.ts and are pushed to the Wraps dashboard with wraps email workflows push.
Installation
npm install @wraps.dev/client
# or
pnpm add @wraps.dev/client
Quick Start
import { defineWorkflow, sendEmail, delay, condition, exit } from '@wraps.dev/client';