Which set of API requests must be executed by a Webex Teams bot after receiving a webhook callback to process messages in a room and reply with a new message back to the same room?
Refer to the exhibit.
Which set of API requests must be executed by a Webex Teams bot after receiving a webhook callback to process messages in a room and reply with a new message back to the same room?
A)
B)
C)
D)
A . Option A
B . Option B
C . Option C
D . Option D
Answer: D
Latest 350-901 Dumps Valid Version with 169 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
D is correct
https://developer.webex.com/docs/api/v1/messages.
POST is correct. POST uses /messages while PUT uses /messages/{messageId}
GET must have mentionedPeople=me as described in the text.