App
eSignatures
ESignatures.io is a tool used for signing mobile friendly contracts over the web.
What your agent can do with eSignatures
Triggers and actions 4 triggers · 11 actions
- TriggerContract Signed
Triggers when a contract is signed by all signers.
- TriggerContract Withdrawn
Fires when a sent contract is withdrawn/cancelled before signing completes. Webhook event "Contract withdrawn".
- TriggerSigner Declined Signature
Fires when a signer declines to sign the contract. Webhook event "Signer declined the signature".
- TriggerSigner Viewed Contract
Fires when a signer opens/views the contract. Webhook event "Signer viewed the contract".
- ActionAdd Signer
Add a new signer to an existing contract. POST /api/contracts/:id/signers (Contracts - Signers - Add).
- ActionAdd Template
Create a new reusable contract template. POST /api/templates (Templates - New).
- ActionCreate Contract
Creates a new contract.
- ActionDelete Signer
Remove a signer from a contract that has not yet signed. DELETE /api/contracts/:id/signers/:signer_id (Contracts - Signers - Delete).
- ActionDelete Template
Delete a contract template. DELETE /api/templates/:id (Templates - Delete).
- ActionGet Contract
Retrieve a contract's current status, signer states, and metadata. GET /api/contracts/:id (Contracts - Query).
- ActionGet Template
Retrieve a contract template's details. GET /api/templates/:id (Templates - Query).
- ActionList Templates
List all contract templates in the account. GET /api/templates (Templates - List).
- ActionSend Contract Draft
Send a previously created draft contract to its signers. POST /api/contracts/:id/send (Contracts - Send draft).
- ActionUpdate Template
Update an existing contract template's title or settings. PUT /api/templates/:id (Templates - Update).
- ActionWithdraw Contract
Withdraw (cancel) a contract that has been sent but not fully signed. POST /api/contracts/:id/withdraw (Contracts - Withdraw).
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 eSignatures 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.