eSignatures

eSignatures is an electronic signature platform for creating templates, sending contracts, managing signers, and tracking signing workflows.

28 actions Integration catalog
Request access
Connect eSignatures once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add Contract SignerESIGNATURES_ADD_CONTRACT_SIGNER
Add a signer to an editable contract without automatically sending a signature request.
Add Contract SignersESIGNATURES_ADD_CONTRACT_SIGNERS
Add a non-empty list of signers to an editable contract by calling the provider's singular endpoint sequentially in request order. Execution is not atomic and stops on the first provider error. The response preserves earlier signer IDs and identifies the failed input so callers can recover without retrying successful additions.
Add Template CollaboratorESIGNATURES_ADD_TEMPLATE_COLLABORATOR
Create a name-only collaborator who can edit a template. This action does not send an invitation or perform any other external delivery.
Create and Send ContractESIGNATURES_CREATE_AND_SEND_CONTRACT
Create a contract from a template or from ad-hoc Markdown and immediately send signature requests to its signers. Supply exactly one of template_id or markdown. This causes external delivery; production sending is usage-priced and requires explicit confirmation.
Create Contract DraftESIGNATURES_CREATE_CONTRACT_DRAFT
Create a test or production contract draft from a template or from ad-hoc Markdown, without sending signature requests or otherwise delivering it externally. Supply exactly one of template_id or markdown.
Create TemplateESIGNATURES_CREATE_TEMPLATE
Create a reusable Markdown contract template.
Delete Contract SignerESIGNATURES_DELETE_CONTRACT_SIGNER
Permanently remove a signer from an editable contract. Withdrawn contracts are locked and reject this operation.
Delete TemplateESIGNATURES_DELETE_TEMPLATE
Permanently delete a template.
Duplicate TemplateESIGNATURES_DUPLICATE_TEMPLATE
Duplicate a template with a new title plus optional placeholder replacements.
Get ContractESIGNATURES_GET_CONTRACT
Get one contract's current status, details, signers, signer field values, and temporary signed-PDF URL when available. Do not poll this tool; use provider webhooks for lifecycle changes. Records older than two weeks may be incomplete.
Get Contract ContentESIGNATURES_GET_CONTRACT_CONTENT
Return the Markdown content of one contract.
Get Contract Placeholder FieldsESIGNATURES_GET_CONTRACT_PLACEHOLDER_FIELDS
Return the current placeholder replacements for one contract.
Get TemplateESIGNATURES_GET_TEMPLATE
Get one template's metadata, placeholder keys, and signer-field IDs.
Get Template ContentESIGNATURES_GET_TEMPLATE_CONTENT
Return the Markdown content of one template.
Invite Template CollaboratorESIGNATURES_INVITE_TEMPLATE_COLLABORATOR
Invite a collaborator to edit a template. This action sends an external invitation to the required email address and requires explicit confirmation.
List Template CollaboratorsESIGNATURES_LIST_TEMPLATE_COLLABORATORS
Return all collaborators who can edit one template. The provider exposes no pagination controls.
List TemplatesESIGNATURES_LIST_TEMPLATES
Return all templates available to the connected account. The provider exposes no pagination controls.
Preview Contract Content UpdateESIGNATURES_PREVIEW_CONTRACT_CONTENT_UPDATE
Preview the prospective Markdown from exact find-and-replace edits without mutating the contract.
Preview Template Content UpdateESIGNATURES_PREVIEW_TEMPLATE_CONTENT_UPDATE
Preview the prospective Markdown from exact find-and-replace edits without mutating the template.
Remove Template CollaboratorESIGNATURES_REMOVE_TEMPLATE_COLLABORATOR
Remove a collaborator's permission to edit a template.
Resend Sign RequestESIGNATURES_RESEND_SIGN_REQUEST
Resend a signature request to one signer. This causes external delivery and may incur production usage charges, so explicit confirmation is required. The provider documents this operation, but its external-delivery behavior has not been live-probed.
Send Draft ContractESIGNATURES_SEND_DRAFT_CONTRACT
Send an existing draft to its signers. This can cause external delivery and production contracts may incur usage charges; explicit confirmation is required.
Update Contract ContentESIGNATURES_UPDATE_CONTRACT_CONTENT
Apply exact Markdown find-and-replace edits to a contract. This always mutates the contract; use Preview Contract Content Update to inspect the result first.
Update Contract Placeholder FieldsESIGNATURES_UPDATE_CONTRACT_PLACEHOLDER_FIELDS
Update selected placeholder replacements on an unsigned contract.
Update Contract SignerESIGNATURES_UPDATE_CONTRACT_SIGNER
Update selected contact, delivery, authentication, or redirect details for a signer without resending the contract. At least one signer update field is required.
Update TemplateESIGNATURES_UPDATE_TEMPLATE
Update a template's title and/or labels without changing its Markdown content. At least one of title or labels is required.
Update Template ContentESIGNATURES_UPDATE_TEMPLATE_CONTENT
Apply exact Markdown find-and-replace edits to a template. This always mutates the template; use Preview Template Content Update to inspect the result first.
Withdraw ContractESIGNATURES_WITHDRAW_CONTRACT
Irreversibly withdraw an active unsigned contract so it can no longer be signed. The retained contract remains queryable.