Retrigger Event

View as Markdown
Re-deliver an event to all currently subscribed webhook endpoints. The manual "Re-trigger Event" action (mirrors Stripe's "Resend event"). Resets the event's delivery rows to pending and re-fires the batched delivery workflow, regardless of the prior delivery status. Returns the number of endpoint deliveries queued (``0`` when nothing is subscribed to the event type). Auth: account-membership only (no explicit RBAC capability), intentionally matching every other write endpoint in the events/webhook domain (e.g. webhook roll-secret, reactivate, delete). The event lookup is account-scoped so there is no cross-tenant exposure. Role-gating this domain is a separate, domain-wide decision rather than a one-off on this endpoint.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

external_idstringRequired
account_idstringRequired

Response

Successful Response
statusstring
event_idstring
deliveries_triggeredinteger

Errors

422
Unprocessable Entity Error