Question
Getting Multiple Events for a single document signing
Hi Team,
I have created a webhook, to receive events, when a document signing is completed. Getting multiple events when a document is signed, Is this an issue?
Here's the payload, and how I configured it.
{
'name': 'webhook',
'webhookSubscriptionEvents': [
'AGREEMENT_WORKFLOW_COMPLETED'
],
'scope': 'USER',
'state': 'Active',
'webhookUrlInfo': {
'url': ""
}
}
Can you please tell me why I am getting multiple events?
Thanks in advance
'name': 'webhook',
'webhookSubscriptionEvents': [
'AGREEMENT_WORKFLOW_COMPLETED'
],
'scope': 'USER',
'state': 'Active',
'webhookUrlInfo': {
'url': ""
}
}
Can you please tell me why I am getting multiple events?
Thanks in advance
