How to Create Docusign envelop using service Now rest Message

Community Alums
Not applicable

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--

1 ACCEPTED SOLUTION

Community Alums
Not applicable

HI all,


        fixed the issue by providing   file as base64 bits as base64 formart.


View solution in original post

23 REPLIES 23

Hi Ankur,

can you help me on Docusign integration . kindly share if you have any docs on my mail-d: Chanikya.karthik@gmail.com

harishdasari
Tera Guru

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.


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. 

chanikya
Kilo Sage

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 ]