Not a Salesforce/DAL Envelope
Hi
I am now able to send documents successfully via the REST API.
However, I am not receiving the envelope status updates such as Sent, Completed, Declined, etc.
I have installed the DocuSign Salesforce package, and I would like to create/update the status records in the following Salesforce object:
dfsle__EnvelopeStatus__c
I am currently getting the following error from DocuSign DAL:
{
"result": "SUCCESS",
"error": null,
"data": {
"status": "Ignored",
"message": "Not a Salesforce/DAL Envelope",
"requestId": "b29bd402-9739-4fb1-a03f-03f77150fc23"
}
}
Could you please help me understand why the REST API-created envelope is not being recognized as a Salesforce/DAL envelope and what configuration or changes are required to have the status records created in dfsle__EnvelopeStatus__c?
Thank you.
Back to Docusign.com

