Signature chase console for stalled Docusign envelopes

One screen showing every contract still waiting for signature, who is holding it up, whether they ever opened it, and what to do about it.

App
DocusignSlack BotSalesOperationsDocument ProcessingResearch & MonitoringContent Generation
PromptCreate

Build me a signature chase console for Docusign: one screen my deal desk opens every morning that shows every envelope still out for signature, sorted by how long it has been waiting, and lets us act on each one without leaving the page. This is an interactive console, not a scheduled digest. The value is the per recipient blocking analysis plus the corrective actions.

Main view. A dense table of open envelopes, longest waiting at the top. Load it with Docusign List Envelopes filtered to status sent and delivered over a rolling window (default the last 120 days, configurable in the app). One row per envelope with: counterparty (the primary external signer name and company or email domain), the template or document the envelope came from, days since sending, the recipient currently blocking it, whether that person has opened the document, and the expiration date.

Working out who is blocking. For each envelope call List Recipients and find the current blocker: the recipient with the lowest routing order whose status is not completed, autoresponded, or declined. Show their name, email, role, and routing order, plus how many other recipients are queued behind them. Then call Get Envelope Audit Events for the envelope and look for a viewed event attributable to that recipient. If there is a viewed event, show when they first opened it (for example "opened 2 days ago"). If the audit trail has a sent event but no viewed event at all, show "never opened" as a distinct, visually obvious state. That difference is the whole point of the app: someone who opened it yesterday is ignoring me, someone who never opened a two week old envelope probably never received it, and those two need different responses.

Naming the template. Use Get Envelope for full envelope details and List Templates once per session (cached) to resolve template ids to readable template names. When an envelope carries no template id, fall back to the envelope email subject, or the first document name from List Envelope Documents.

Expiration warnings. Read each envelope's expiration settings with Get Notification Settings and show the expiry date on the row. Flag any envelope whose expiry falls within the next 5 days in red (make the threshold configurable), because expired envelopes die silently and nobody notices. Sort or filter so the red rows can be pulled to the top on demand.

Row actions, all inline with a confirmation step where destructive. First, restart reminders: open a small dialog that shows the current cadence from Get Notification Settings, then write a tighter one with Update Notification Settings (enable reminders, set the delay and frequency, and optionally push the expiry out). Be clear in the UI that this changes the schedule Docusign chases on rather than firing an instant email. Second, fix a wrong signer: an inline edit that calls Update Recipients to change the recipient email, name, or routing order, plus a secondary option that calls Create Correct View and opens the returned Docusign correction screen in a new tab for changes bigger than a typo. Third, kill a dead deal: call Update Envelope with status voided and a void reason typed by the user, behind a confirm dialog that spells out that recipients will be notified and the envelope can never be signed. Fourth, nudge the deal owner in Slack: send a message with the Slack Bot Send a Message action, either to a chosen channel (List Channels to populate the picker) or as a direct message to the owner found with Look Up User by Email. The message should carry the counterparty, the document, days waiting, who is blocking, whether they have opened it, and a link to the envelope in Docusign.

Embedded background agent: "Draft the chase note". Every row has a button that kicks off a background agent for that envelope. The agent reads the envelope with Get Envelope, its recipients with List Recipients, its full history with Get Envelope Audit Events, and its reminder and expiry settings with Get Notification Settings. It then writes a short, personalized follow up note addressed to the blocking recipient, choosing the tone from the situation: gentle and low pressure for someone who opened the document in the last day or two, firmer with a concrete date for someone who opened it a week ago and stalled, and for a two week old envelope nobody has ever opened it should assume the email never landed, say so plainly, offer to reissue to a different address, and suggest checking spam. It should reference real specifics such as the document name, when it was sent, and the expiry date rather than generic filler, and never claim someone read it when the audit trail shows they did not.

Where the draft lands. The agent's note drops back into the app on the row it came from, in an expandable panel with a copy button, an edit box so the user can tweak it before using it, and a Send to Slack button that posts the note with the Slack Bot Send a Message action. Persist drafts against the envelope id with the timestamp they were generated, so they survive a page reload, and mark a draft as stale if newer audit events have arrived since it was written. Show a clear in progress state on the row while the agent is running.

Envelope detail. Clicking a row opens a detail panel with the full recipient list (name, email, role, routing order, status), a chronological timeline of the audit events, the current reminder and expiry settings, and a log of what the team has already done from this console (reminders tightened, recipients corrected, Slack nudges sent, notes drafted) with who did it and when.

Nuance to build in. Fetch per envelope recipient and audit detail lazily and cache it, since Docusign rate limits at roughly 3,000 calls an hour and a busy account can have hundreds of open envelopes. Give the list a manual refresh button with a last updated timestamp. Add a search box for counterparty or document name, and quick filters for "never opened", "expiring soon", and "waiting more than 14 days". Remember each user's last used filters and their default Slack target. Keep the layout dense and scannable: this is a screen a deal desk scans in 30 seconds every morning, so days waiting and the never opened flag should be the two things the eye lands on first.

What does this prompt do?

  • Shows every contract still out for signature in one list, longest waiting first, with the counterparty, the document it came from, and the number of days it has been sitting there.
  • Names the exact person holding each one up and tells you whether that person has opened the document or never even saw it, so you can tell someone ignoring you apart from someone who never received it.
  • Lets you act from the row without leaving the page: restart the reminder schedule, correct a mistyped signer email, cancel a dead agreement, or ping the deal owner in Slack.
  • Adds a Draft the chase note button that writes a personalized follow up in the right tone, gentle for someone who read it yesterday, firmer with an offer to reissue for a two week old document nobody opened.

What do I need to use this?

  • A Docusign account with permission to view and manage the agreements your team sends
  • A Slack workspace, if you want to nudge deal owners from inside the app
  • Nothing to set up in advance: the app reads the agreements already sitting in your Docusign account

How can I customize it?

  • Change how far back the list looks and how many days of silence counts as stalled
  • Pick how close to the expiry date a row turns red, and set the reminder cadence presets offered on the row
  • Choose whether Slack nudges go to a shared deal desk channel or straight to the deal owner as a direct message

FAQs

How does it know whether someone actually opened the document?
Docusign keeps a full history for every agreement, including when each person first viewed it. The app reads that history and reports the first view, or flags the person as never opened when there is no view recorded at all.
Does the app send the reminder email itself?
No. It changes the reminder schedule on the agreement so Docusign starts chasing again on the cadence you pick, for example every two days instead of never. You see the current cadence before you change it.
Can I fix a signer's email address without starting the whole thing over?
Yes. You can correct the name, email address, or signing order from the row, and the app can also hand you a link straight into Docusign's own correction screen when the change is bigger than a typo.
What happens when I cancel an agreement from the app?
It voids the agreement in Docusign with the reason you type. Recipients are told it has been withdrawn and it can no longer be signed, so the app asks you to confirm first.
How is this different from a daily reminder digest?
A digest tells you what is stuck. This is a console you work inside: you can see why each one is stuck, then fix the wrong email, restart reminders, cancel the dead ones, and send the follow up, all from the same screen.

Related templates

Review desk for portal forms your team still fills in by hand

Stage a batch of filings overnight, then approve each completed form from a screenshot before anything is ever submitted.

Kernel
Google Sheets
Slack Bot
App
Client-by-client cold email pipeline review for agencies

Pick a client and a date range to see sent, replies, meetings booked and the real deal value your cold email produced, campaign by campaign.

Instantly
HubSpot
Slack Bot
App
Audit what Intercom's Fin AI actually resolved before you pay

Review every conversation Fin closed as resolved, judge which ones actually stuck, and see what the gap is worth against your bill.

Intercom
Google Sheets
Slack Bot
App
One triage console for every Jira service desk queue

Merge your IT, HR and Facilities queues into one list ranked by SLA time left, then reply, change status and escalate without ever opening Jira.

Jira Service Management
Jira
Slack Bot
App
Run your Webflow site translations from one review desk

See every page's translation status at a glance, edit translations side by side with the English, and publish only what your team has actually approved.

Webflow
JigsawStack
Slack Bot
+1
App
Legal contract intake desk your teams use instead of email

One place for sales and ops to request an NDA or vendor agreement, watch its status, and let legal launch the contract in a single click.

Ironclad
Slack Bot
General Input Database
App

Stop losing a day a week to chasing signatures.

Open one screen, see exactly who is holding up every agreement, and fix it in a click instead of writing another just following up email.