
- 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
09-19-2017 07:59 AM
Hi Rajendra
When I am creating a rest message what is the endpoint that should be specified.
Because when i am specifying https://demo.docusign.net/restapi/v2/accounts/3562733 as end pint it is only getting adefault get as HHTP methoid and I am not getting any post methods.
Am I doing something wrong
Thanks
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2017 08:01 AM
I am using Oauth2 and I am able to get the token
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2019 09:12 AM
Hi Ankur,
Can you share me the steps how you integrated with DocuSign. My requirement is same as yours i.e Call API once user clicks on UI Action. All the documents will be sent over via API call.
Regards,
Bhavin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2019 09:58 AM
Hey Bhavin, do you still need help with the DocuSign integration? I was able to setup mine using their REST API to create envelopes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 07:28 AM
Hi Igomez,
can you help me on Docusign Integration., if you are interested to hep me kindly share doc to me: Chanikya.karthik@gmail.com