Before a transit-ops ChatOps bot can post into an existing Webex space, which API call correctly adds the bot to that room?
Select an answer to reveal the explanation.
Short Explanation
A bot cannot shout into a room it has not joined—membership is the invite card. Creating a new room is a different call and is not required just to enter an existing ops channel.
Full Explanation
A bot token cannot post to a Webex space it has not joined. The constructed setup POSTs a membership with the room identifier and the bot’s email or person id. Creating a new room is a separate API and is unnecessary when the ops channel already exists. Posting a message without membership fails, and deleting the room is destructive and unrelated to joining.