How to notify host when a meeting is created via api

Description
I have a requirement like, in my website there is a customer video support link. When a user click on the link i need to create a meeting for that user and send the link to the user. So at this time i need to inform the agent who is responsible to support the customer via notification(not email) like there is a customer is requesting a video support and attend the meeting, so that he can quickly take the meeting.

Below are the steps i followed.

  1. created an account in the zoom
  2. created an app in the marketplace(jwt)
  3. using the api i have created the meeting link.

so how we can implement the notification and for the above requirement if i missing anything?

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
Currently working in our local environment

Hey @amesh,

After you receive the response from the create meeting API, you can send a notification using a 3rd party service like SendGrid email or an SMS message.

Thanks,
Tommy

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