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