A municipal CI pipeline must notify the city’s Webex ops space when a Catalyst switch push fails. Which Webex API construction posts that ChatOps alert?
Select an answer to reveal the explanation.
Short Explanation
ChatOps notify is dropping a note in the right room: POST to messages with a roomId and a body. Listing rooms or registering a webhook is a different errand—not the outbound alert itself.
Full Explanation
Constructing an outbound ChatOps notify means POSTing to the Webex messages resource with a destination room identifier and a text or markdown body. GET rooms discovers spaces; POST webhooks registers event delivery. Those hops are not the notify message. DEVCOR v1.1 names this the Webex API (not “Webex Teams API”).