Private Message through REST API | Adobe Sign

Last updated on May 30, 2018

Issue

How to configure private messaging for multiple signers through REST API Calls?

Environment

Adobe Sign REST-API

Resolution

Following are the steps to configure Private Messaging using REST API:

Log in to Adobe Sign.

Navigate to  Account>Adobe Sign API>API Information and click REST API Method Documentation.

POST /transientDocuments and upload a file and create a transient Document ID.

Copy the transient Document ID and use it in the POST /agreements method. Mention the following JSON request in the box:

To execute the JSON Request, click the Try It Out button.

The correct JSON returns the response with the agreement ID.

Additional information

It is the test call for the private messaging using the default REST API documentation. You can use the same JSON code in your own application as per your requirement.