EmberlyEmberly Docs

Webhooks

Emberly uses webhooks to receive events from third-party services. Outbound user webhooks are not currently supported.

Outbound webhooks not yet available

Emberly does not currently support outbound webhooks — there is no way to subscribe to events like file uploads or deletions from your own application. This page documents the inbound webhook Emberly uses to receive events from Stripe (payments). Watch the changelog for outbound webhook announcements.


Stripe Payment Webhook

Emberly receives Stripe events at POST /api/payments/webhook to handle subscription lifecycle events such as plan upgrades, cancellations, and payment failures. This is an internal endpoint and is not intended for public use.

On this page