Template Send
POST {{apiBaseUrl}}/v1/template/send?templateId={{templateId}}
When you need to send the same contracts out for signature to different groups of people repeatedly, you can use templates to save time.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
templateId | string | The ID of the existing template to be used for sending the document. |
Request Body
{"title"=>"LLC Operating Agreement", "message"=>"An LLC operating agreement is a legal document that governs the affairs, management, and ownership of a company.", "roles"=>[{"roleIndex"=>1, "signerName"=>"Stacy Wilson", "signerEmail"=>"stacywilson@cubeflakes.com", "authenticationCode"=>"12345", "deliveryMode"=>"Email", "locale"=>"EN", "formFields"=>[{"Bounds"=>{"x"=>100, "y"=>100, "width"=>150, "height"=>30}, "CharacterLimit"=>10, "FontSize"=>15, "LineHeight"=>20, "Name"=>"textbox", "type"=>"TextBox", "pagenumber"=>1, "characterSpacing"=>0}]}]}
RESPONSES
status: Created
{"documentId":"6565e45e-d913-4803-813e-22d85b54f8ea"}