I just wanted to ask if the Webhook response json changed?
I have noticed right off the recipientId used to be in the data but now seems to be in the recipients object? Also has the event statuses changed any, seems that there were different statuses before?
Old
{
"event": "",
"apiVersion": "v2.1",
"uri": "",
"retryCount": 0,
"configurationId": ,
"generatedDateTime": "",
"data": {
"accountId": "",
"userId": "",
"envelopeId": "",
"recipientId": "1",
"envelopeSummary": {}
}
}
New
{
"event": "",
"apiVersion": "",
"uri": "",
"retryCount": 0,
"configurationId": ,
"generatedDateTime": "",
"data": {
"accountId": "",
"userId": "",
"envelopeId": "",
"envelopeSummary": {}
}
}
Back to Docusign.com

