We are working on a Salesforce and Zoom integration. We can create Zoom meetings via the Zoom API from Salesforce. To receive meeting data after completion, we want to use Zoom webhooks.
Currently, we have set up an Experience Site and made a web service class accessible through it to receive webhook notifications. This allows us to capture Zoom webhook events once a meeting is completed.
However, we are looking for a way to achieve this without relying on an Experience Site. Is there a way to receive webhook calls directly in Salesforce Org? Could you suggest alternative approaches?
Let us know if this works, or if you’d like any modifications!