Docusign Integration

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
RLJB
Posts: 914
Joined: Tue Jan 05, 2010 10:16 am
Location: Sydney, Australia

Docusign Integration

Post by RLJB »

Anyone done a Docusign (docusign.com) integration using their API?

Looking to do a simple integration:

1) create an envelope and send to a recipient for signing
2) download the signed document and save it in Aware Document

Any tips, hints, go to's, sample BSVs you would like to share? :D
Rod. Aware 8.6 (latest build), Developer Edition, on OS Linux (Ubuntu) using GUI hosted on AWS EC2, MYSQL on AWS RDS
ACDC
Posts: 1138
Joined: Sat Jun 30, 2007 5:03 pm
Location: California, USA

Re: Docusign Integration

Post by ACDC »

Anyone done a Docusign (docusign.com) integration using their API?

Looking to do a simple integration
Did you manage to find a solution ?

wondering if it can be done with the current AwareIM REST offering

Any tips, hints, go to's, you would like to share ?
RLJB
Posts: 914
Joined: Tue Jan 05, 2010 10:16 am
Location: Sydney, Australia

Re: Docusign Integration

Post by RLJB »

We never advanced the project, it is still a client need, but got swamped with other priorities.

I'm guessing it will be required in early 2024 and will get budget then.

Happy to share learnings here when we move forward.
Rod. Aware 8.6 (latest build), Developer Edition, on OS Linux (Ubuntu) using GUI hosted on AWS EC2, MYSQL on AWS RDS
nhofkes
Posts: 94
Joined: Mon Sep 07, 2020 6:03 am
Location: Netherlands

Re: Docusign Integration

Post by nhofkes »

I built a custom app that uses the DocuSign API, but it is a .NET console app built in C#, so outside of AIM.
I used the C# SDK provided by DocuSign, but they also have a Java SDK which might be useful if you would want to integrate from the AIM server.
Niels
(V9.0 build 3241 - MariaDB - Windows)
ACDC
Posts: 1138
Joined: Sat Jun 30, 2007 5:03 pm
Location: California, USA

Re: Docusign Integration

Post by ACDC »

but they also have a Java SDK which might be useful if you would want to integrate from the AIM server.
I simply want to create a PDF document and send it to Docusign for processing and then retrieve it once signed
I am sure this can be done using their REST api. Creating a Java plugin as suggested may not be needed .. or am I missing something?
nhofkes
Posts: 94
Joined: Mon Sep 07, 2020 6:03 am
Location: Netherlands

Re: Docusign Integration

Post by nhofkes »

You may be right, it might also be possible to call the REST API directly without a Java plugin. I only mentioned it because I found the SDK useful, it simplifies the handling and contains some useful utilities.
Niels
(V9.0 build 3241 - MariaDB - Windows)
RLJB
Posts: 914
Joined: Tue Jan 05, 2010 10:16 am
Location: Sydney, Australia

Re: Docusign Integration

Post by RLJB »

Anyone done this yet?

Project got approval here, keen to start.
Rod. Aware 8.6 (latest build), Developer Edition, on OS Linux (Ubuntu) using GUI hosted on AWS EC2, MYSQL on AWS RDS
Post Reply