-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Hi @jfcote87 quick question about webhook events.
I've been testing the client but the webhook response always comes as XML but according to DocuSign docs it should be possible to get the response in JSON
Is this something that the library currently supports?
For reference, this is how I build an envelope notification
envelope.EventNotification = &model.EventNotification{
EnvelopeEvents: []model.EnvelopeEvent{
{EnvelopeEventStatusCode: "Sent"},
{EnvelopeEventStatusCode: "Completed"},
{EnvelopeEventStatusCode: "Declined"},
{EnvelopeEventStatusCode: "Voided"},
},
LoggingEnabled: true,
RequireAcknowledgment: true,
URL: webhook
}
Metadata
Metadata
Assignees
Labels
No labels