← Tools Reference

eSignatures.com

eSignatures.com integration (Productivity). Imported from open-connector.

API key6 toolshttps://esignatures.com/api
GET
esignatures_io_list_templates
List eSignatures.com templates available to the connected account.

/templates

GET
esignatures_io_get_template
Retrieve one eSignatures.com template by ID.

/templates/{templateId}

1 parameter
ParamTypeRequiredDescription
templateIdstringrequiredThe eSignatures.com template ID.
GET
esignatures_io_get_template_content
Retrieve the Markdown content for one eSignatures.com template.

/templates/{templateId}/content

1 parameter
ParamTypeRequiredDescription
templateIdstringrequiredThe eSignatures.com template ID.
GET
esignatures_io_get_contract
Retrieve one eSignatures.com contract by ID.

/contracts/{contractId}

1 parameter
ParamTypeRequiredDescription
contractIdstringrequiredThe eSignatures.com contract ID.
GET
esignatures_io_get_contract_content
Retrieve the Markdown content for one eSignatures.com contract.

/contracts/{contractId}/content

1 parameter
ParamTypeRequiredDescription
contractIdstringrequiredThe eSignatures.com contract ID.
POST
esignatures_io_withdraw_contract
Withdraw an eSignatures.com contract so it can no longer be signed while preserving query access.

/contracts/{contractId}/withdraw

1 parameter
ParamTypeRequiredDescription
contractIdstringrequiredThe eSignatures.com contract ID.