- Home
- Solutions
- Integrations
- Docusign Integration - How to connect DocuSign to Zluri?
Docusign Integration - How to connect DocuSign to Zluri?
Steps to Create Docusign Production OAuth App :
1. Create a developer account from here
2. Under Setting -> Apps and keys, click on ‘ADD APP AND INTEGRATION KEY’ and give the app a name.
3. Under redirect URI add https://integrations.zluri.com/connect_callback/docusign_form.
4. Make 20 api calls to your OAuth app on the developer environment. (You can take our help for this step)
Use this curl :
curl --location --request GET
'https://demo.docusign.net/restapi/v2.1/accounts/<API Account ID>/users' \
--header 'Authorization: Bearer <Access Token>' \
--header 'Content-Type: application/json' \
5. Submit your app for review :
Under actions for your app, click on submit for go-live review.
6. Once your app is reviewed, Click on select Go-Live account and move the app into your production account.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article
Steps to Create Docusign Production OAuth App :
1. Create a developer account from here
2. Under Setting -> Apps and keys, click on ‘ADD APP AND INTEGRATION KEY’ and give the app a name.
3. Under redirect URI add https://integrations.zluri.com/connect_callback/docusign_form.
4. Make 20 api calls to your OAuth app on the developer environment. (You can take our help for this step)
Use this curl :
curl --location --request GET
'https://demo.docusign.net/restapi/v2.1/accounts/<API Account ID>/users' \
--header 'Authorization: Bearer <Access Token>' \
--header 'Content-Type: application/json' \
5. Submit your app for review :
Under actions for your app, click on submit for go-live review.
6. Once your app is reviewed, Click on select Go-Live account and move the app into your production account.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article