v1

latestOpenAPI 3.0.02026-07-24176123205.3 KB
ESignature Templates

Create a template

Creates an eSignature template

post/e-signature-templates

Request body

titlestring required

The title of the eSignature template.

descriptionstring

Description of of the eSignature template.

emailMessagestring

Template of email message body to be sent to the signers.

ownerstring

Pactima ID of the owner of the package. Defaults to the id of the requester; when using as Team Integration API Key, the request can specify any team member

kind'REGULAR' | 'EASY_SIGN'
orderedSignersboolean

Determine if signers are ordered

customBrandItemIdstring

ID of the custom brand item to use for the package. Owner must have own the specified the custom brand item.

Example request

{
  "title": "My First eSignature template"
}

Response

Returns the object if it was successfully created.

idstring required
isTestModeboolean
titlestring required
descriptionstring
emailMessagestring
orderedSignersboolean

Signers are sent by order

ownerstring
kind'REGULAR' | 'EASY_SIGN'
packageFolderIdstring

Package folder that the esp is part of

customBrandItemIdstring

Id of the applicable custom brand item to apply to this eSignature template