how send template from external system (Servicenow) to Docusign

133 Views Asked by At

I am currently working Servicenow to Docusign integration where a user raises request from Servicenow and i want to send a template to the requested user. I created my demo docusign instance & template, please help me with the api to trigger an template and send it to the user using integration.

I tried to use below api's to get the template id but i keep reading the documentation but no where i found something to send a template from external system

https://demo.docusign.net/restapi/v2.1/accounts/${account_id}/templates

This gives me the template id

1

There are 1 best solutions below

2
On

Start with the QuickStart in your favorite language. Use workflow 2, Sending a signing request via email.

You'll want to use the JWT grant to obtain an access token for DocuSign since your application will be sending signing requests (envelopes) autonomously.

Ask additional StackOverflow questions when you run into a problem or question.