Question 1 of 30
In a corporate environment utilizing Webex for collaboration, a project manager is tasked with integrating Webex with their existing CRM system to streamline communication and enhance productivity. The integration requires the use of Webex APIs to automate meeting scheduling based on client interactions logged in the CRM. Which of the following approaches would best facilitate this integration while ensuring that user authentication and data security are maintained?
Implement OAuth 2.0 for secure token-based authentication and utilize Webex REST APIs to create meetings based on CRM events.
Use basic authentication with username and password for API access and schedule meetings manually through the Webex interface.
Develop a custom middleware application that polls the CRM for updates and sends meeting requests via email without using Webex APIs.
Integrate Webex using a third-party service that does not support secure authentication methods, relying on email notifications for meeting scheduling.