04-03-2022 10:07 PM
Query from Yazan Alshhabi
Hey,
I would like to ask how make a method inside my platform where i can send an invitation to other people exactly like sending invitations in webex
Solved! Go to Solution.
04-03-2022 10:15 PM
Hi Yazan,
You can use this /create-meeting API to send invitation to single/multiple people for a meeting event.
To do that, basically you need to call this /create-meeting API endpoint and you need to use the Authentication using your Bearer Token collected from Webex Developer portal or, you can also setup an Authorization process with the pair of Refresh Token & Access Token since the Bearer Token would be valid only for 12 hours.
I'm not sure which coding language you're using though, but you can create a method to call requests.posts() (in you're using python anyway) to post the Meeting as well as to invite people.
Let me know if this helps !
Thank you!
04-03-2022 10:15 PM
Hi Yazan,
You can use this /create-meeting API to send invitation to single/multiple people for a meeting event.
To do that, basically you need to call this /create-meeting API endpoint and you need to use the Authentication using your Bearer Token collected from Webex Developer portal or, you can also setup an Authorization process with the pair of Refresh Token & Access Token since the Bearer Token would be valid only for 12 hours.
I'm not sure which coding language you're using though, but you can create a method to call requests.posts() (in you're using python anyway) to post the Meeting as well as to invite people.
Let me know if this helps !
Thank you!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide