function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Syed Moin PashaSyed Moin Pasha 

cisco webex integration with salesforce

Hi, I'm working on Integrating Cisco Webex with Salesforce, actually my company used to send some invitations to clients for a webinar
and we are taking these contacts from salesforce and in emails there is a link of webex through which they can
register for that. i have read about the integration of webex and salesforce and also have tested their api in the postman for creating, deleting and updating meetings.
For managing the meeting I need an Access Token In order to generate this I should Enter the code value which will be displayed in the Url after allowing Access.
Currently I'm manually entering the code by fetching it from Url. How can I automate this process by fetching the code in apex class and managing the meeting.

Below is the API link I'm referring for managing the meeting
https://developer.webex.com/docs/integrations
ANUTEJANUTEJ (Salesforce Developers) 
Hi Syed,

Have you tried checking the documentation that is present, does the below link help, let me know:

>>https://help.salesforce.com/articleView?id=cisco_spark_for_salesforce_overview.htm&type=5

Regards,
Anutej
Syed Moin PashaSyed Moin Pasha
Hi Anutej,

Thanks for the reply. Basically my requirement is I should create a meeting and sent a meeting link to the user. I'm working on Booking application which is build using salesforce lightning once the booking is confirmed I should sent an email with Cisco Webex Meeting invite link to the booked user for the selected time.

Regards,
Moin