subscription.created
This event fires immediately after a Subscription resource is successfully created and persisted.When to use
Use it to:- Synchronize subscription state to internal systems
- Kick off provisioning or activation workflows
- Update CRM or billing ledgers
Payload
The payload is the standard event envelope plus theSubscription
snapshot in data
.
See the generated schema and example below (auto-sourced from OpenAPI).
Idempotency
Combinetype + occurredAt + data.id
(subscription id) to de‑duplicate.