MCP Server for eSignatures

by esignaturescom
Verified

add_template_collaborator

Creates a HTTPS link for editing a contract template; sends an invitation email if an email is provided..

Input Schema

NameRequiredDescriptionDefault
emailNoCollaborator's email; triggers an invitation email when provided
nameNoCollaborator's name
template_idYes

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Collaborator's email; triggers an invitation email when provided", "type": "string" }, "name": { "description": "Collaborator's name", "type": "string" }, "template_id": { "type": "string" } }, "required": [ "template_id" ], "type": "object" }