Posted by: Pdfprep
Post Date: November 5, 2020
Which expression is a valid Webex Teams webhook filter?
A . [email protected]+roomId=abc123
B . [email protected]=abc123
C . [email protected]&roomId=abc123
D . [email protected],roomId=abc123
Answer: C
Explanation:
You can also use more than one filter in a webhook. To use multiple filters, combine them with the “&” symbol. For example, to create a webhook that only sends notifications when a specific person performs an action in a specific room, such as sending a message or creating a membership, combine the personEmail and roomId filters.
Reference: https://developer.webex.com/docs/api/guides/webhooks
Leave a Reply