Docs

Replay notifications

Resend a notification that's failed or delivered using the new replay a notification operation.

Tooling

  • API
  • Webhooks

Released

June 20, 2023

Status

Released

API version

Version 1

What's new?

We added the replay a notification operation to the Paddle API. You can use it to resend a notification using its ID.

POST /notifications/{notification_id}/replay
notification_id string

Unique Paddle ID for this notification, prefixed with ntf_

How it works

The new replay a notification operation lets you replay a notification, attempting to send it again.

You can replay notifications that have the status of delivered or failed. Other kinds of notification are still being delivered or retried by Paddle, so you can't replay them.

When you replay a notification, Paddle creates a new notification entity for it and returns the new notification_id in the response. The new notification entity is related to the same event_id as the original notification entity.

Next steps

This change is available in version 1 of the Paddle API.

It's a non-breaking change, meaning it doesn't impact existing integrations.

You can replay a notification using the API to get started.

Summary of changes

Entity Field Change Type
Notifications POST Replay a notification + Added API operation

Was this page helpful?