Implementing Automation for Cisco Enterprise Solutions (ENAUTO) — Question 75
A programmer is creating a Meraki webhook Python script to send a message to Webex Teams. Which two elements should be configured to create this script?
(Choose two.)
Answer options
- A. gRPC credentials
- B. Webex Teams access token
- C. XML formatted request
- D. user authentication count
- E. webhook server secret
Correct answer: B, D
Explanation
The correct answers are B and D. The Webex Teams access token is necessary for authentication when sending messages, while user authentication count is relevant for managing user access. The other options, such as gRPC credentials and XML formatted request, are not required for this specific task.