Automated signature reminders
Choose when the first nudge goes out and how often it repeats. Reminders reach only the person whose turn it is, and they stop the moment that person signs.
Send a document for signature to multiple signers, set the order they sign in, let reminders do the chasing, and watch the status update itself. You set the route once and the agreement walks it on its own.
Sequential when order matters, parallel when it does not, conditional when the document decides for itself. Pick one on the send screen, or save it into a template and stop picking altogether.
Set the routing order once and SignSecure will countersign a contract in the right sequence, holding your signer until the customer has signed.
A route is only as clear as the roles inside it. Assign a role per recipient and the signing page shows that person their part of the document and nothing they do not need.
Once the route is set, the rest of the workflow runs itself. Your job goes back to being the interesting part of the deal.
Automatic reminders and a document expiry date keep an agreement moving without anyone chasing it by email.
Choose when the first nudge goes out and how often it repeats. Reminders reach only the person whose turn it is, and they stop the moment that person signs.
Give an envelope a life span so quotes and offers stay current. Extend it in one click while it is still open.
Sent, delivered, viewed, signed and completed, updating in real time on a single dashboard and on the record itself.
Status lives with the record, so nobody has to ask where a document got to.
Upload a recipient list and SignSecure creates one personalised envelope per row, each with its own fields, its own route and its own audit trail. Perfect for annual policy sign-off or a batch of renewals.
Save the document, the field layout, the roles and the routing together. Every field is tagged to a role, so the right person sees the right box every time you reuse it.
The fastest workflow is the one nobody has to open a new tab for. Launch a route from a Salesforce record, from a Flow, from an automation tool, or from your own code with one API call.
POST https://api.signsecure.org/v1/envelopesAuthorization: Bearer sk_live_your_keyContent-Type: application/json{ "template_id": "tpl_renewal_2026", "routing": "sequential", "recipients": [ { "role": "signer", "order": 1, "name": "Amara Whitfield", "email": "amara@whitfieldgroup.co" }, { "role": "approver", "order": 2, "name": "Ravi Menon", "email": "ravi@yourcompany.com" } ], "fields": { "renewal_term": "24 months", "start_date": "2026-09-12" }, "reminders": { "first_after_days": 2, "repeat_every_days": 3 }, "expires_in_days": 21, "webhook_url": "https://yourcompany.com/hooks/signsecure" }
One call creates the envelope, applies the sequential signing order, merges the fields and switches the reminders on. The response returns the envelope id you can track from then on.
Free to try, no card needed. Bring a document, add two recipients, and let the workflow take it from there.