- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2016 03:33 AM
Hi,
i want to create docusign envelope from servicenow rest message.i'am attaching file to the rest message and sending request.below is my request.
--AAA
Content-Type: application/json
Content-Disposition: form-data
{
"emailBlurb": "Email Blurb",
"emailSubject": "Please sign",
"documents": [
{
"name": "Mutual_NDA.pdf",
"documentId": "1"
}
],
"recipients": {
"signers": [
{
"deliveryMethod": "Email",
"routingOrder": "1",
"recipientId": "1",
"name": "Rajenddra Prasad Darshanam",
"email": "xxxxxxxxxxxx@gmail.com"
}
]
},
"status": "sent",
"messageLock": "true"
}
--AAA
Content-Type: application/pdf
Content-Disposition: file; documentId="1"
<documents removed>
--AAA--
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2016 03:19 AM
HI all,
fixed the issue by providing file as base64 bits as base64 formart.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 07:30 AM
Hi Ankur,
can you help me on Docusign integration . kindly share if you have any docs on my mail-d: Chanikya.karthik@gmail.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2017 04:25 AM
Hi Rajendra,
we are integrating the docusign with servicenow, If you have documents related to integration with docusign kindly please share to my email id : harishd.srv@gmail.com
Your help will be much appreciated.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2019 06:23 PM
Hey harishdasari, I am trying to do an integration with DocuSign, would you be willing to help me get it setup? I am able to successfully get a token, however I am having trouble with the POST request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 06:31 AM
Hi Rajendra Prasad,
if you are interested , you can please share your inputs about this integration on my mail-id : Chanikya.karthik@gmail.com
i have problem to validate connection. can you help.
Sign up for a free developer sandbox
GET- when i click on Test link i am getting
error : [Method failed: (/restapi/v2/accounts/474563c5-c99c-4c3f-a00c-9b0092bb0f0e) with code: 403 - Forbidden username/password combo ]