Creating an app for all internal users to update meeting surveys

Hello,

I am trying to create an app that does the following:

listing to webhooks for all meetings that are created

based on specifics of the meetings, update the Third party survey link

to a more personalized link, as personalization is not possible when defining it on the admin level.

Now, what I am struggling is WHAT type of app to create.
I created a server to server app as the admin on the account with the webhook feature live and verified, but I cannot activate that for all users nor did I receive any webhooks from the users in the workspace.

I created a general app, but then I need to configure oauth, which doesn’t make sense…

what am I missing here?

thank you!

Hello,

If you create an account-level General App, the admin-level user authorization would provide all the necessary information needed to make the webhook, as long as you select the required scopes for the webhook you’re looking to use.

Regards, Kwaku