When I sent documents via API to docusign, my users see the information blurred when they go to sign
The information in docusign is blurry
Best answer by joaponce
Hola
Api productiva para mandar a crear un sobre
{{docusign}}accounts/{{api_account_id_docusign}}/envelopes
Mando un html que contiene toda la informaicón de un contrato a firmar en base64
{
"emailSubject": "GPO-DIR-US--9272716-202210",
"documents": [
{
"documentId": "1",
"name": “contracto",
"fileExtension": "html",
"documentBase64": "JzxodG1sPjxib2R5PjxoMT5HcnVwbyBKdW1leDwvaDE+PGgxPmJyaWRlPC9oMT48aDE+U0lHTkFUVVJFX1JFUFJFU0VOVEFUSVZFPC9oMT48L2JvZHk+PC9odG1sPic="
}
],
"recipients": {
"signers": [
{
"email": "joancarlosponce@gmail.com",
"name": "joan carlos ponce",
"recipientId": "1",
"routingOrder": "1",
"roleName": "Signer",
"emailNotification" : null,
"tabs": {
"signHereTabs": [
{
"anchorString": "BRIDE",
"anchorXOffset": 0,
"anchorYOffset": 0,
"anchorUnits": 0,
"anchorIgnoreIfNotPresent": "false",
"anchorCaseSensitive": "false"
}
]
}
},
{
"email": "joancarlosponce@gmail.com",
"name": "rosario",
"recipientId": "2",
"routingOrder": "2",
"roleName": "Signer",
"emailNotification" : null,
"tabs": {
"signHereTabs": [
{
"anchorString": "SIGNATURE_REPRESENTATIVE",
"anchorXOffset": 0,
"anchorYOffset": 0,
"anchorUnits": 0,
"anchorIgnoreIfNotPresent": "false",
"anchorCaseSensitive": "false"
}
]
}
}
],
"carbonCopies": [
]
},
"status": "sent",
"envelopeExpiration": {
Ejemplos asi se muestra cuando reviso directo en mi
https://apps.docusign.com/send/documents/details/e8adc

Y asi cuando les llega el correo a mis firmantes

Sign up
Already have an account? Login
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Customer Login/Registration Developer Login/RegistrationDocusign Community
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Customer Login/Registration Developer Login/RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Back to Docusign.com


