Short answer: In TinyCommand, add the DocuSign Envelope Sent trigger to a workflow and publish. It listens through a DocuSign webhook and fires your workflow within seconds of the event, with no polling and no code. Add a filter if you only want some events to start a run.
Drop it on the canvas. Configure a couple of fields. Publish.
You don’t need to read this. TinyCommand 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" |