function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sumant KuchipudiSumant Kuchipudi 

Adobe's Acrobat sign integration

Hi, I'm new to this integration and trying to integration with Adobe Acrobat Sign via the apex code (not with installing the Application package from Salesforce Appexchange).. and I would like to send documents (with dynamic fields from a custom object record) to the users to sign and get the document back to salesforce saved. 
 
I did the smilar thing on box integration (without installing the app, send and retrieve the document). 
 
If this is possible that would be really helpful. 
 
Thanks,
Sumant K
VinayVinay (Salesforce Developers) 
Hi Sumant,

Check below example for Integration with adobe  from salesforce

https://medium.com/@oaktreecloud/integration-with-adobe-e-sign-from-salesforce-2deda27ec5e5

Please mark as Best Answer if above information was helpful.

Thanks,
Sumant KuchipudiSumant Kuchipudi
Hi Vinay,'
Thanks for sharing this information. It does help until creating the App in Adobe but not contigung from Salesforce. I.e How do we create integration from Salesforce and how hook the salesforce with acrobat (provide redirect url in adobe, generate a document with salesforce fields and send and get document).
Thanks