Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleUsing templates from Web Service

Using templates from Web Service


Here is how to reference a template at the time of issuance. 

EviSign

For this product a number of different templates can be set per Signer/Reviewer. For this purpose the following parameters have been created in the EviSignSubmit API within the SigningParties object. 

  • For the use of signature request type templates: 
    • SignatureRequestTemplate: Contains the identifier of the template to be used in the communication.
    • SignatureRequestTemplateValues: It contains an array of value keys, where the variables defined in the template content and the value it receives in the emission are reported. 
  • For the use of signature reminder type templates:
    • SignatureReminderTemplate: Contains the identifier of the template to be used in the communication.
    • SignatureReminderTemplateValues:  It contains an array of value keys, where the variables defined in the template content and the value it receives in the emission are reported. 
  • For the use of final notification type templates:
    • FinalNotificacionTemplate: Contains the identifier of the template to be used in the communication.
    • FinalNotificacionTemplateValues:  It contains an array of value keys, where the variables defined in the template content and the value it receives in the emission are reported. 
  • For the use of progress type templates:
    • ProgressNotificationTemplateNameProgressNotificationTemplate: Contains the identifier of the template to be used in the communication..
    • ProgressNotificationTemplateValues:  It contains an array of value keys, where the variables defined in the template content and the value it receives in the emission are reported. 


Code Block
languagetext
titleUse of templates via Web Service
POST /api/EviSign/Submit HTTP/1.1
Host: app.ecertia.com
Authorization: Basic *******************
Content-Type: application/json

{
"subject":"EviSign Basic one signatory",
"issuer":"Demo evisign basic",
"signingParties":[
{
    "name":"Lara Lor Van",
    "legalName":"123456789A",
    "address":"LaraLorVan@mailtestrecipient01@mailtest.es",
    "signingMethod":"EmailPIN",
    "SigningOrder": "1",
    "SignatureRequestTemplate":"Template01",
    "SignatureRequestTemplateValues" : [{"postalAddress":"C/ Luna 01 Tierra3 29334"},{ "jobOffered":"Analista"}],
    "FinalNotificacionTemplate":"Template02",
    "FinalNotificacionTemplateValues" : [{"postalAddress":"C/ Luna 01 Tierra3 29334"},{ "jobOffered":"Analista"}],
    "ProgressNotificationTemplate":"Template04",
    "ProgressNotificationTemplateValues" : [{"postalAddress":"C/ Luna 01 Tierra3”}],
 	"SignatureReminderTemplate":"Template02",
    "SignatureReminderTemplateValues" : [{"postalAddress":"C/ Luna 01 Tierra3 29334"},{ "jobOffered":"Analista"}]
}]
"document":"{{documento principal en Base 64}}"} 

EviNotice

  • For the use of a notification:
    • NotificationTemplateNameNotificationTemplate: Contains the identifier of the template to be used in the communication..
    • NotificationTemplateValues:  It contains an array of value keys, where the variables defined in the template content and the value it receives in the emission are reported. 


Code Block
languagetext
titleUsing templates from Web Service
POST /api/v2/evinotice/submit HTTP/1.1
Host: app.ecertia.com
Content-Type: application/json
Authorization: Basic 
{
    "Body": "We inform you that your car insurance fee has increased by 5% for the reports sent during the year 2022",
    "Subject": "notification about your insurance car",
    "RecipientAddress": "joseluis.lozano+evinoticev2@evicertiarecipient01@mailtest.com",
    "RecipientLegalName": "Joserecipient Luisname",
    "IssuerLegalName": "ACMECompany test Insurance",
    "CertificationLevel": "Advanced",
    "TimeToLive": 365,
    "HideBanners": false,
    "PushNotificationFilter": [
        "Processed",
        "Sent",
        "Dispatched",
        "Delivered",
        "Read",
        "Replied"
    ],
    "PushNotificationUrl": "https://en8ok0mpw5r43.x.pipedream.net/",
    "CommitmentChoice": "AcceptOrReject",
    "CommitmentCommentsAllowed": true,
    "DeliverySignMethod": "MobilePIN",
    "DeliverySignFixedMobile": "+346780614893464555656",
    "Language": "en",
     "NotificationTemplate": "Template01:AsIt",
      "NotificationTemplateValues" : [{"recipientCountry":"Spain"}
}


...

Expand
titleExamples of templates

Examples of templates


In this section, you can download sample templates for each of the types of templates named in this help.

Language/ Templates KindEnglishSpanishCatalan DeutschFrenchItalianPortugueseRomanian
EviSign:  Final Notification Template

View file
name

EviSignFinalNotificationTemplate

EviSignFinalNotificationTemplateEN.htm
height150

View file
name

EviSignFinalNotificationTemplate

EviSignFinalNotificationTemplateES.htm
height150

View file
name

EviSignFinalNotificationTemplate

EviSignFinalNotificationTemplateCA.htm
height150

View file
name

EviSignFinalNotificationTemplate

EviSignFinalNotificationTemplateDE.htm
height150

View file
name

EviSignFinalNotificationTemplate

EviSignFinalNotificationTemplateFR.htm
height150

View file
name

EviSignFinalNotificationTemplate

EviSignFinalNotificationTemplateIT.htm
height150

View file
name

EviSignFinalNotificationTemplate

EviSignFinalNotificationTemplatePT.htm
height150

View file
name

EviSignFinalNotificationTemplate

EviSignFinalNotificationTemplateRO.htm
height150

EviSign: Progress Notification Template

View file
name

EviSignProgressNotificationTemplate

EviSignProgressNotificationTemplateEN.htm
height150

View file
name

EviSignProgressNotificationTemplate

EviSignProgressNotificationTemplateES.htm
height150

View file
name

EviSignProgressNotificationTemplate

EviSignProgressNotificationTemplateCA.htm
height150

View file
name

EviSignProgressNotificationTemplate

EviSignProgressNotificationTemplateDE.htm
height150

View file
name

EviSignProgressNotificationTemplate

EviSignProgressNotificationTemplateFR.htm
height150

View file
name

EviSignProgressNotificationTemplate

EviSignProgressNotificationTemplateIT.htm
height150

View file
name

EviSignProgressNotificationTemplate

EviSignProgressNotificationTemplatePT.htm
height150

View file
name

EviSignProgressNotificationTemplate

EviSignProgressNotificationTemplateRO.htm
height150

EviSign: Request Template

View file
name

EviSignRequestTemplate

EviSignRequestTemplateEN.htm
height150

View file
name

EviSignRequestTemplate

EviSignRequestTemplateES.htm
height150

View file
name

EviSignRequestTemplate

EviSignRequestTemplateCA.htm
height150

View file
name

EviSignRequestTemplate

EviSignRequestTemplateDE.htm
height150

View file
name

EviSignRequestTemplate

EviSignRequestTemplateFR.htm
height150

View file
name

EviSignRequestTemplate

EviSignRequestTemplateIT.htm
height150

View file
name

EviSignRequestTemplate

EviSignRequestTemplatePT.htm
height150

View file
name

EviSignRequestTemplate

EviSignRequestTemplateRO.htm
height150

EviSign:

Signature Reminder Template

View file
name

EviSignSignatureReminderTemplate

EviSignSignatureReminderTemplateEN.htm
height150

View file
name

EviSignSignatureReminderTemplate

EviSignSignatureReminderTemplateES.htm
height150

View file
name

EviSignSignatureReminderTemplate

EviSignSignatureReminderTemplateCA.htm
height150

View file
name

EviSignSignatureReminderTemplate

EviSignSignatureReminderTemplateDE.htm
height150

View file
name

EviSignSignatureReminderTemplate

EviSignSignatureReminderTemplateFR.htm
height150

View file
name

EviSignSignatureReminderTemplate

EviSignSignatureReminderTemplateIT.htm
height150

View file
name

EviSignSignatureReminderTemplate

EviSignSignatureReminderTemplatePT.htm
height150

View file
name

EviSignSignatureReminderTemplate

EviSignSignatureReminderTemplateRO.htm
height150

EviNotice : Notification Template

View file
name

EviNoticeNotificationTemplate

EviNoticeNotificationTemplateEN.htm
height150

View file
name

EviNoticeNotificationTemplate

EviNoticeNotificationTemplateES.htm
height150

View file
name

EviNoticeNotificationTemplate

EviNoticeNotificationTemplateCA.htm
height150

View file
name

EviNoticeNotificationTemplate

EviNoticeNotificationTemplateDE.htm
height150

View file
name

EviNoticeNotificationTemplate

EviNoticeNotificationTemplateFR.htm
height150

View file
name

EviNoticeNotificationTemplate

EviNoticeNotificationTemplateIT.htm
height150

View file
name

EviNoticeNotificationTemplate

EviNoticeNotificationTemplatePT.htm
height150

View file
name

EviNoticeNotificationTemplate

EviNoticeNotificationTemplateRO.htm
height150

...