File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,12 @@ client:
43
43
44
44
45
45
Processing a card action
46
- =======================
46
+ ========================
47
+
47
48
48
49
Adaptive card interactions are treated as "attachment actions". Once user interacts
49
50
with your card and submits an action, your app will receive a webhook from Webex. You
50
- must `setup a webhook <api.rst# webhooks >`_ in advance with ``resource = "attachmentActions" ``
51
+ must :ref: `setup a webhook <webhooks >` in advance with ``resource = "attachmentActions" ``
51
52
and ``event = "created" ``.
52
53
53
54
Webhook payload will contain a JSON:
@@ -64,7 +65,7 @@ Webhook payload will contain a JSON:
64
65
}
65
66
66
67
Extract attachment action ID from ``['data']['id'] `` and
67
- use `attachment_actions.get() <api.rst# attachment_actions >`_ to get full information
68
+ use :ref: `attachment_actions.get() <attachment_actions >` to get full information
68
69
about user action and any submitted data.
69
70
70
71
.. code-block :: python
You can’t perform that action at this time.
0 commit comments