
- 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
07-04-2016 07:50 AM
Hi Rajendra,
Please follow up on a similar discussion on our developers community here - DocuSign web service integration
There are good suggestions and tips to make the integration work.
Thanks!
Monica
ServiceNow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2016 04:29 AM
Thanks for ur Quick response Monica.
but i din't find any discussion about envelop creation using Rest Message.
Thanks

- 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
05-09-2017 10:54 AM
Hi Rajendra,
Can you share details on how you integrated with Docusign. Which API (REST/SOAP) you used and sample script for consuming the API
I know we need an account on their website and then use username, password and integrator key
Can you give the steps followed in sending the file to Docusign?
Also how you downloaded the file from Docusign and attach it back to ServiceNow table record.
My requirement is to call the API once user clicks on UI Action. All the documents will be sent over via API call.
Then download the documents. how we will know when to download the document.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader