Hello
@thebpandey
We understand you’ve been facing issues with the DocuSign application for some time. Despite our repeated attempts to contact the DocuSign team, we haven’t received any response yet.
We recommend you try reaching out to them directly using the provided cURL request. Please let us know if you receive any updates so we can assist further.
curl --location '
https://na4.docusign.net/restapi/v2.1/accounts/d89afd61-8723-48a2-8fcb-6d66f0414f58/envelopes' \
--header 'content-length: 669' \
--header 'content-type: application/json' \
--header 'accept: application/json' \
--header 'cookie: cloud.session.token=dummy' \
--header 'cache-control: no-cache' \
--header 'authorization: Bearer Token' \
--header 'accept-encoding: deflate, gzip, br, zstd' \
--header 'user-agent: Pabbly Connect' \
--header 'host: webhook.site' \
--data-raw '{
"accountId": "d89afd61-8723-48a2-8fcb-6d66f0414f58",
"emailSubject": "subject",
"emailBlurb": "Message",
"templateId": "d585ee80-3ec1-43d0-9a7d-1f047e2cbf6b",
"status": "sent",
"templateRoles": [
{
"roleName": "role",
"name": "Recipient name",
"email": "
[email protected]",
"tabs": {
"textTabs": [
{
"tabLabel": "Name a887e9b3-bef8-4bd2-9fa3-3ce176ffec9c",
"value": "New name"
},
{
"tabLabel": "Text a3d25842-cbff-4997-99a9-6bf8015a4088",
"value": "Text A3d25842-cbff-4997-99a9-6bf8015a4088"
},
{
"tabLabel": "Text d0b6439a-dcb9-4c9a-9cb4-faa05fdbd78d",
"value": "Text D0b6439a-dcb9-4c9a-9cb4-faa05fdbd78d"
},
{
"tabLabel": "Date Signed 98d74f05-e8e9-4303-b103-a6671214f9df",
"value": "2011-12-3333"
}
]
}
}
]
}'