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
gustavo.leigustavo.lei 

Docusign Assigned Document Postback

Hi there,

I'm trying to make docusign and salesforce integration. Currently, I am able to send documents following this reference: https://www.greytrix.com/blogs/salesforce/2018/05/23/docusign-integration-with-salesforce-using-docusign-apis-part-1/. Now, I want to attach completed (assigned) documents to my Salesforce object, using a postback response from Docusign. I followed this https://support.docusign.com/articles/DocuSign-for-Salesforce-Adding-Completed-Documents-to-the-Notes-and-Attachments-New from their support.

I'm using a salesforce sandbox enviroment and a docusign demo account for systems integretation. This is my Docusign Connect object:

Connector obj

Also, my triggers events are correctly set (as I can see), because when I take a look into my API logs, looks like my connect object is being successfully called, as bellow:

User-added image

And this is my docusign Salesforce account configuration:

User-added image
If any other information is required for a possible solution, just let me know I'll post it.

Thank you in advance.
gustavo.leigustavo.lei
I forgot to mention, but even api logs saying my object is successfully executed, I get no file attached to my Contract object on Salesforce.