Developing Applications for Cisco Webex and Webex Devices (DEVWBX) — Question 14
A Webex Teams bot is deployed but soon it stops responding. Which two explanations are the cause of the issue? (Choose two.)
Answer options
- A. A new webhook was created, which marks the old webhook as inactive.
- B. The web server that is set to receive webhooks is not configured to return a 200 message. And the webhook is disabled.
- C. The webhook secret is expired and must be refreshed.
- D. The refresh token is not being used.
- E. The bot owner regenerated the access token on developer.webex.com.
Correct answer: A, B
Explanation
The correct answers are A and B because creating a new webhook effectively deactivates the old one, and if the receiving web server does not return a 200 status, the webhook will be disabled. Options C, D, and E are not directly related to the bot's immediate response capabilities, as they pertain to token management rather than webhook functionality.