300-920 · Question #1
Which Webex Teams webhook resource type indicates that a user interacted with a card?
The correct answer is B. attachmentActions. attachmentActions is the correct Webex Teams webhook resource type because cards are implemented as message attachments (using Adaptive Cards), so when a user clicks a button or submits a form on a card, Webex fires a webhook event under the attachmentActions resource - not a…
Question
Options
- AbuttonActions
- BattachmentActions
- CwebhookCardActions
- DcardActions
How the community answered
(56 responses)- B95% (53)
- C2% (1)
- D4% (2)
Explanation
attachmentActions is the correct Webex Teams webhook resource type because cards are implemented as message attachments (using Adaptive Cards), so when a user clicks a button or submits a form on a card, Webex fires a webhook event under the attachmentActions resource - not a card-specific namespace.
The distractors are all plausible-sounding but fabricated: buttonActions conflates the UI element (button) with the resource name; webhookCardActions incorrectly prefixes the resource with "webhook," which is not how Webex names its resource types; cardActions is intuitive but wrong - Webex named the resource after the attachment mechanism, not the card concept itself.
Memory tip: Think of Adaptive Cards as attachments to messages - so user interactions with them produce attachment Actions. The word "attachment" is the key: card → attachment → attachmentActions.
Topics
Community Discussion
No community discussion yet for this question.