ActionSignWellUpdated June 2026

How do I fetch a SignWell document?

Short answer: You can get signwell document in SignWell by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the SignWell Get SignWell Document action to a workflow, map its 1 input from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

Get SignWell Document in SignWell — start free
Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Document ID
document_id
stringRequiredThe Document ID assigned by Signwell. Find via the corresponding list/search operation in this app. Use the exact ID, not a name or label.
Sample request
{
"document_id": "{{trigger.document_id}}"
}
Returns
{
"id": "doc_abc",
"name": "Contract",
"status": "Completed",
"pdf_url": "https://signwell.com/...",
"completed_at": "2026-05-12T00:00:00Z"
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Get SignWell Document.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Get SignWell Document.

What does the Get SignWell Document action do in SignWell?
Returns the document with per-signer status, audit trail, and download URLs. The standard lookup for completion-polling workflows.
What inputs does Get SignWell Document require?
Required: Document ID. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if SignWell returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Get SignWell Document support batch operations?
Yes. Run Get SignWell Document inside a Loop node to process arrays. TinyCommand handles SignWell's rate limits automatically so you don't have to throttle manually.
More actions

Other SignWell actions.

Action
List SignWell Documents
Paginated documents with status filter. For "outstanding signatures >7 days" reminder workflows.
Action
SignWell Send Document
Sends a document to signers with configured order. For SMB e-signature workflows where SignWell's simpler pricing fits.
Get SignWell Document in SignWell — start free