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
@@ -280,7 +280,8 @@ Webhooks
280
280
281
281
The Seam API implements webhooks using `Svix <https://www.svix.com>`_.
282
282
This SDK exports a thin wrapper ``SeamWebhook`` around the svix package.
283
-
Use it to parse and validate Seam webhook events.
283
+
Use it to parse and validate `Seam webhook events <https://docs.seam.co/latest/developer-tools/webhooks>`_.
284
+
284
285
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.
285
286
286
287
This example is for `Flask <https://flask.palletsprojects.com/>`_,
0 commit comments