We have an application the is integrated with DocuSign via the C# SDK.
We allow users of our app to sign into their own DocuSign accounts to create and send envelopes which is then facilitated by the various SDK API calls.
The users can successfully create and send envelopes, however if they are signed into their own accounts Connect is not capturing any events to forward to our webhook.
If we sign in and use the account that is associated with our integration to send and create envelopes Connect forwards the events to our webhook as expected.
Am I missing some settings within our configuration of Connect or are you not able to capture events across accounts?
Is there any solution to this instead polling for envelope / recipient status changes?