Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Oct 23, 2017 Oct 23, 2017

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.

4.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Oct 25, 2017 Oct 25, 2017

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

Translate
Adobe Employee ,
Oct 24, 2017 Oct 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 24, 2017 Oct 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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Oct 24, 2017 Oct 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 24, 2017 Oct 24, 2017

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Oct 25, 2017 Oct 25, 2017
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines