Skip to main content
POST
Creates a new event and delivers it to all subscribed webhooks.
string
required
The event type. We recommend using dot notation (e.g., user.signup).
object
required
The event payload. Can contain any JSON-serializable data.
string
A unique key to prevent duplicate events. If you send the same key twice within 24 hours, the second request returns the original event.