Getting multiple user payloads to a webhook using JWT

I am trying to send all the recording data for my team to a webhook. I am currently using this successfully for my account and am paying for 4 other users. I do not see a payload coming to the webhook for my employees.

Does each one of my employees need a developer account to create the integration or is there a way to have them operate under mine and use the same webhook address?

Hey @coachmikemonte,

Good question. The supported way to capture webhook events for your other users would be to create an OAuth App (where you’ll specify the endpoint to receive webhooks at), and have these users install that app under their user profile/account.

This will ensure recording completed events under their profiles are triggered to your endpoint.

Let me know if this helps to clarify!
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.