Skip to main content
Participant
October 23, 2017
Answered

How to Send Adobe Sign Agreement using Apex code in Salesforce Using REST API

  • October 23, 2017
  • 1 reply
  • 5018 views

Hi Everyone,

I would like to send AdobeSign agreement for signature from salesforce  using REST API .Could anyone share me the particular apex code to send the agreement.

This topic has been closed for replies.
Correct answer SimonATS

SimonATS

I have created an agreement template in salesforce, whenever contact record is updated I need to send that agreement to the contact email, it should be an automated process , once I click save all these things has to be happened


use SFDC triggers and the Adobe Sign agreement template service, see developer documentation above.

If you are new to this integration i would advise to create this flow using a button. You can follow this tutorial

Sending EchoSign agreements from Custom Objects in Salesforce

This should get you more familiar with how Adobe Sign works.

#wax-on-wax-off

1 reply

Meenakshi Negi
Community Manager
Community Manager
October 24, 2017

Hi Vigneshb,

I have sent you a private message with some details. Please check your inbox.

I would suggest you contact support in this case.

Let us know if you need any further help.

Regards,

Meenakshi

vennilap9783153
Participant
October 24, 2017

HI Meenakshi,

Do you have sample code for this task? If yes, can you please share with us.

Will Adobe Sign Support for Custom Code?

Community Manager
October 24, 2017

there is no apex sample code. Also while you can use SFDC to make calls to the Adobe Sign api, it's not something that will be supported by the support teams.

having said that, why would  use the REST api when there is a managed application which will do most of the work for you?

Once you get up and running with the new trial i suggested, have a look at the integration guides here:

Integration reference guides | Adobe Sign

There is some dev guidance available in this doc here: https://helpx.adobe.com/sign/help/adobe_sign_for_salesforce_developer_guide.html

Adobe Sign for Salesforce Developers Document