Skip to main content

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 the Subscription snapshot in data. See the generated schema and example below (auto-sourced from OpenAPI).

Idempotency

Combine type + occurredAt + data.id (subscription id) to de‑duplicate.

Failure handling

Return a 2xx when you have persisted the event. Non-2xx triggers retries with exponential backoff for up to 24h.
I