Skip to main content
jetemail webhooks covers everything under /webhooks. Authentication uses your api_… key.

list / get

create

See Webhook events for the complete event-type list.

update

Same flags as create, plus --uuid <uuid> to select the webhook.

delete

query

Search the webhook event history. Mirrors POST /webhooks/query.

replay

Re-fire a past event to its webhook endpoint(s).

Local development

To test a handler on your dev machine, expose it on a public URL with ngrok (or any HTTP tunnel) and register that URL with jetemail webhooks create --url <public-url>. You’ll get real-time delivery identical to production, signature headers included.