Send custom messages to users in a meeting

im new to zoom, and planning to use web API. Im trying to write an app that gets all the users in the meeting and send custom messages to the users. whats the best wat to do it.

Hey @dayan.sivarajah,

Please see my post here:

Thanks,
Tommy

so i tried the chat api, which i could send a message to the users in my contact list.

If i have a meeting running and if run metrics/meetings/:meetingId/participants?

i get all the users that are in the meeting and if i use chat to send message to the user_id
i get {
“code”: 1001,
“message”: “User does not exist: dayan.sivarajah@gmail.com.”
}

how do i go about doing this

Hey @dayan.sivarajah,

You can only send Chat Messages to users on your account, or uses in your contacts.

If the above is true, you can use the id value in the List Meeting Participants Dashboard endpoint.

Thanks,
Tommy