Copy link to clipboard
Copied
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.
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
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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