You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -278,7 +278,8 @@ A Personal Access Token is scoped to a Seam Console user. Obtain one from the Se
278
278
Webhooks
279
279
~~~~~~~~
280
280
281
-
The Seam API implements webhooks using `Svix <https://www.svix.com>`_. This SDK exports a thin wrapper ``SeamWebhook`` around the svix package.
281
+
The Seam API implements webhooks using `Svix <https://www.svix.com>`_.
282
+
This SDK exports a thin wrapper ``SeamWebhook`` around the svix package.
282
283
Use it to parse and validate Seam webhook events.
283
284
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.
0 commit comments