Send webhooks to your users using Svix.
zopio
supports sending webhooks to your users using Svix. Svix is an enterprise-ready webhooks sending service.
SVIX_TOKEN
environment variable.zopio
uses the Svix API in a stateless manner. The organization ID from the authenticated user is used as the Svix application UID, which is created automatically when the first message is sent.
send
function from the @repo/webhooks
package:
getAppPortal
function from @repo/webhooks
and use the returned URL in an iframe
on your dashboard.
/webhooks
that you can use as a starting point.