App
Xodo Sign
Xodo Sign is a tool used to sign legally binding documents online on any device
What your agent can do with Xodo Sign
Triggers and actions 1 trigger · 10 actions
- TriggerDocument Completed
Triggers when a new document is completed. Note: This trigger only checks for new documents being completed every 15 minutes.
- ActionAdd document
Create and send a new document for signature. POST https://api.eversign.com/document — builds a document from raw files/fields/signers, optionally sends immediately.
- ActionAdd template
Create a new reusable document template. POST https://api.eversign.com/document with is_template set — defines fields/signer roles for later use via "Use Template".
- ActionCancel document
Cancel an in-progress document's signature process (stops further signing without deleting it). DELETE https://api.eversign.com/document with document_hash and cancel=1.
- ActionDelete document
Permanently delete a document or template. DELETE https://api.eversign.com/document with document_hash param.
- ActionList businesses
List the businesses (sub-accounts) available on this account. GET https://api.eversign.com/business.
- ActionList documents
List the account's documents. GET https://api.eversign.com/document — supports limit param, returns document summaries (not templates).
- ActionList templates
List the account's saved templates. GET https://api.eversign.com/document?type=template.
- ActionReassign signer
Reassign a document's pending signature to a different signer email. POST https://api.eversign.com/reassign.
- ActionSend reminder
Send a signature reminder to a pending signer on a document. POST https://api.eversign.com/send_reminder with document_hash and signer_id.
- ActionUse Template
Sends a document created from a template in your eversign account.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Xodo Sign API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.