Start one to one zoom meeting to a contact using zoom meeting sdk

Yes, it is possible but this sending the notification part needs to be handled by the developer. Here are the steps:

  1. Create a meeting on behalf of user (agent) via API
  • Create a meeting

  1. After you receive the API response with Meeting Details, you can send a notification using a 3rd party service like SendGrid email.

  2. Once the calendar invite is sent or SMS is sent, for example, the user will be notified.

  3. Alternatively, you can notify the agent via Zoom Team Chat, where you would send the meeting details to the agent via a Zoom Team Chat channel or private message.

Get Started With Zoom Team Chat Apps

Chat message API

Send a chat message

Here is a helpful developer forum post on this topic :