Short answer: Drop the "DocuSign → Envelope Sent" trigger on your workflow canvas, add filters if you want them, and publish. It fires within seconds of the event in DocuSign, not on a polling schedule.
Drop it on the canvas. Configure a couple of fields. Publish.
You don’t need to read this. Tiny Command auto-maps every field into the visual picker so downstream nodes can pull values by clicking. We show it here for power users who want to know what’s on the wire.
{"status": "sent","envelopeId": "b2c3d4e5-6789-01ab-cdef-2345678901ab","signer_name": "John Doe","emailSubject": "NDA for review","sentDateTime": "2026-04-23T10:30:00.0000000Z","signer_email": "signer@example.com"}
Every field below can be referenced by name in any action or filter that comes after this trigger.
| Field | Type | Example |
|---|---|---|
| status | string | "sent" |
| envelopeId | string | "b2c3d4e5-6789-01ab-cdef-2345678901ab" |
| signer_name | string | "John Doe" |
| emailSubject | string | "NDA for review" |
| sentDateTime | string | "2026-04-23T10:30:00.0000000Z" |
| signer_email | string | "signer@example.com" |
One trigger. 4+ downstream actions. Zero glue.