has anyone incorporated adobe sign Rest API into a project? looking to add some features to create, send for signatures and track. i'm not sure where to really start looking for any direction that anyone might be able to give to get me headed into the right direction. Thanks in advance
You have two options here, either to code everything manually or use some PHP wrapper around their API like this one:
https://github.com/kevinem/adobe-sign-php/ Depending on your workflow your PHP code that talks to this API will be added to some events or buttons. If you prefer o write your own PHP code start with their documentation. For instance in this article that explains how to send the document for signing using POST request: