Reputation: 87
I have a working setup for sending envelopes with a per-envelope webhook EventNotification defined. I want to change the webhook message format to JSON, and I did so following this post.
I added the specified EventData fields with the specified fields Version and Format. This was the only change to the EnvelopeDefinition done.
After this change the response body changed to:
{"errorCode":"UNIFIED_PAYLOAD_FEATURE_NOT_ENABLED","message":"Connect Unified Payload Feature is not enabled for this account."}
I've searched for this error online and I could not find any resource on it.
I am using a developer/demo account. I am following instructions on the DocuSign API support page to post here.
Upvotes: 0
Views: 31
Reputation: 14015
Go to your Setting page and click Updates and make sure your Send Individual Messages is turns off: (mine is)
Upvotes: 2