When I sent documents via API to docusign, my users see the information blurred when they go to sign
First up , is this question really about Maestro API? that’s where you posted it, so I think it’s not related to Maestro, right?
Also, not sure what you mean by blurry, can you share a screenshot by any chance? What API call did you make?
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": r
{
"email": "joancarlosponce@gmail.com",
"name": "joan carlos ponce",
"recipientId": "1",
"routingOrder": "1",
"roleName": "Signer",
"emailNotification" : null,
"tabs": {
"signHereTabs": b
{
"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": b
{
"anchorString": "SIGNATURE_REPRESENTATIVE",
"anchorXOffset": 0,
"anchorYOffset": 0,
"anchorUnits": 0,
"anchorIgnoreIfNotPresent": "false",
"anchorCaseSensitive": "false"
}
]
}
}
],
"carbonCopies": e
]
},
"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
Reply
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.