Skip to main content
  • 1,216 Topics
  • 12 Replies
1216 Topics
Localization email and signing by API

Hey, I try to localize email and sing compent by signing user and I send by API envelop body: {  "documents": [    {      "documentBase64": "{{document}}",      "documentId": "123",      "fileExtension": "doc",      "name": "document"    }  ],  "emailSubject": "Custom subject",  "BrandId": "brand id from portal",  "recipients": {    "signers": [      {        "email": {{user1_email}},        "name": {{user1_name}},        "recipientId": "{{recipientId}}",        "routingOrder": "1",        "localePolicy": {         "cultureName": "es-ES",          "languageCode": "es"        },         "tabs": {                    "signHereTabs": [                        {                            "anchorString": "/sn1/",                            "anchorUnits": "pixels",                            "anchorXOffset": "20",                            "anchorYOffset": "10",                            "stampType": "Signature"                        }                    ]                }      },      { 

Badge winners

  • 1st Best Answer
    lk1has earned the badge 1st Best Answer
  • 1st Best Answer
    jkohouthas earned the badge 1st Best Answer
  • 1st Best Answer
    MMohammadhas earned the badge 1st Best Answer
  • 25th Best Answer
    marco.tanglaohas earned the badge 25th Best Answer
  • 1st Question Posted
    nuhanghas earned the badge 1st Question Posted
Show All Badges