Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 103
What are two use cases where webhooks are effective? (Choose two.)
Answer options
- A. Filter out information from a response to an API call.
- B. Close a session with a web server after a specific amount of time.
- C. Inform a previously defined chat channel after a deployment fails.
- D. Send an email to a customer of an online store after payment is complete.
- E. Change the response format or content type of an API call.
Correct answer: C, D
Explanation
Webhooks are particularly useful for real-time notifications, which makes options C and D correct; they enable instant communication about deployment failures and payment completions. Options A, B, and E do not align with the primary function of webhooks, as they deal more with API request processing rather than event-driven notifications.