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:
4343
4444
4545Processing a card action
46- =======================
46+ ========================
47+
4748
4849Adaptive card interactions are treated as "attachment actions". Once user interacts
4950with 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" ``
5152and ``event = "created" ``.
5253
5354Webhook payload will contain a JSON:
@@ -64,7 +65,7 @@ Webhook payload will contain a JSON:
6465 }
6566
6667 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
6869about user action and any submitted data.
6970
7071.. code-block :: python
You can’t perform that action at this time.
0 commit comments