Skip to content

Commit 60a6e25

Browse files
authored
Update README.rst
1 parent 855b48a commit 60a6e25

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,13 @@ A Personal Access Token is scoped to a Seam Console user. Obtain one from the Se
278278
Webhooks
279279
~~~~~~~~
280280

281-
The Seam API implements webhooks using `Svix <https://www.svix.com>`_. This SDK exports a thin wrapper ``SeamWebhook`` around the svix package. Use it to parse and validate Seam webhook events.
282-
281+
The Seam API implements webhooks using `Svix <https://www.svix.com>`_. This SDK exports a thin wrapper ``SeamWebhook`` around the svix package.
282+
Use it to parse and validate Seam webhook events.
283283
Refer to the `Svix docs on Consuming Webhooks <https://docs.svix.com/receiving/introduction>`_ for an in-depth guide on best-practices for handling webhooks in your application.
284284

285+
This example is for `Flask <https://flask.palletsprojects.com/>`_,
286+
see the `Svix docs for more examples in specific frameworks <https://docs.svix.com/receiving/verifying-payloads/how>`_.
287+
285288
.. code-block:: python
286289
287290
import os

0 commit comments

Comments
 (0)