Signer (Response)

Signer with all the information coming from the response

This class is the same as Signer, but contains more properties when coming from the request response.

Properties:

nametypedescription

name

String

You can set the signer's name.

email

String

You can set the signer's email.

auth_mode

String

You can choose the signer's authentication method. Possible values are: "assinaturaTela" (default) (signature on screen), "tokenEmail", "assinaturaTela-tokenEmail", "tokenSms" and "assinaturaTela-tokenSms". They correspond to the same methods available in the web interface.

send_automatic_email

boolean

If true, ZapSign will send an email to the signer with the link to sign the document. If false (default), you will be responsible for sharing the subscription link with the signatory, whether through your website, widget, WhatsApp, SMS, email, chat etc.

Note: For this to work, it is mandatory that the signer's email address is defined.

send_automatic_whatsapp

boolean

If true, ZapSign will send a whatsapp to the signer with the link to sign the document. If false (default), you will be responsible for sharing the subscription link with the signatory, whether through your website, widget, WhatsApp, SMS, email, chat etc. Note: For this to work, it is mandatory that the signer's cell phone is defined.

order_group

int

In case "signature_order_active" is active in the document, this field controls the signing order. Example: If the field is set to 0, then this signer will be the first to sign. If the field is set to 1, then this signer will be the second to sign and so on.

custom_message

String

(only relevant if send_automatic_email: true). The custom_message is the personalized message that you can insert in the email sent by ZapSign to the signer.

Example: "Hello So-and-so, \n This is your employment contract. \n Hugs, Team XPTO". The \n symbol serves to "skip a line" in the email text.

Default: ""

phone_country

String

You can set the phone (country code) of the signer.

Default: "" (ie. US is "1")

phone_number

String

You can set the phone number of the signer.

Example: "11998989222".

Default: ""

lock_email

boolean

You can lock changes to the signer's email.

Default: false

blank_email

boolean

You may not request the signer's email.

Default: false

hide_email

boolean

You can hide the signer's email in the signatures report.

Default: false

lock_phone

boolean

You can lock changes to the signer's phone.

Default: false

blank_phone

boolean

You may not ask for the signer's phone number.

Default: false

hide_phone

boolean

You can hide the signer's phone number in the signature report. Default: false

lock_name

boolean

You can lock changes to the signer's name.

Default: false

require_selfie_photo

boolean

You can ask the signer to take a selfie while signing.

Default: false.

selfie_validation_type

String

You can ask the signer to take a photo of your personal document while signing. Default: falseIf you want to use facial recognition (liveness+document match validation) provided by Truora, please also define this field as "liveness-document-match". Default: "none". Note that this feature has an extra cost, please contact sales.

qualification

String

Qualification to appear in the signatures report. Ex: "Witness" value will result in "Signed as a witness".

Default: ""

external_id

String

ID of the signer in your application. Default: ""

redirect_link

String

link to redirect after signer signs. For example: "https://www.seusite.com.br/agracimento". It will appear as a "CONTINUE" button below the "Download Original" and "Download Signed" buttons. Remember to insert http:// or https:// at the beginning of the link.

Default: ""

sign_url

String

url for the signer to sign the document

token

String

signer token

status

String

signer status: "novo" = new, "abriu-link" = link-opened or "assinou" = signed

times_viewed

int

how many times the signer has seen the document

last_view_at

String

data da ultima vez que o signatário viu o documento

signed_at

String

date when the signer signed the document

geo_latitude

String

latitude from where the signer signed the document (if they allow it)

geo_longitude

String

longitude from where the signer signed the document (if he allows it)

signature_image

String

image containing the signer's signature

visto_image

String

image containing the signer's rubric

document_photo_url

String

url containing the signer's document photo

document_verse_photo_url

String

url containing the back of the signer's photo

selfie_photo_url

String

url containing the signer's selfie photo

selfie_photo_url2

String

url containing the signer's selfie photo

send_via

String

how the document was sent to the signer: "email", "whatsapp" or null

Last updated