cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
609
Views
5
Helpful
1
Replies

Need assistance on Webex Meeting Create API to send invitation/s

sandiban
Cisco Employee
Cisco Employee

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

1 Accepted Solution

sandiban
Cisco Employee
Cisco Employee

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!

View solution in original post

1 Reply 1

sandiban
Cisco Employee
Cisco Employee

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!