After the city’s “NOC-Alerts” Webex space was recreated, a hard-coded roomId in the flood-control bot started failing. What constructed flow should supply the destination for POST /messages?
Select an answer to reveal the explanation.
Short Explanation
Find the room’s current badge number before you mail the letter. List rooms, grab the id, then POST the message. Yesterday’s memorized roomId dies when the space is recreated.
Full Explanation
Hard-coded room identifiers break when an ops space is deleted and recreated. The constructed ChatOps flow lists rooms (often filtered by title or type), extracts the returned id, and uses it as roomId on POST /messages. Inventing an id or posting without a destination does not resolve the space.