Paddle Billing
Search

Simulation runs

Notification simulation run entities describe an attempt by Paddle to send simulated events for a notification simulation.

You can use webhook simulator to create reusable configurations that you can use for testing webhooks, like simulating all events that occur when a subscription is created.

A notification simulation run is an attempt by Paddle to send simulated events for a notification simulation.

Paddle creates a notification simulation run when you play a notification simulation initially, and each time you replay a notification simulation

Notification simulation runs contain:

  • What kind of simulation was run.
  • When the run happened.
  • Whether the run completed successfully.
  • A list of simulated events that occurred as part of this run.

Attributes

idstring

Unique Paddle ID for this simulation run, prefixed with ntfsimrun_.

statusstring

Status of this simulation run.

created_atstring<date-time>

RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.

updated_atstring<date-time>

RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.

typestring

Single event sent for this simulation, in the format entity.event_type.

List runs for a simulation
Create a run for a simulation
posthttps://api.paddle.com/simulations/{simulation_id}/runs
Get a run for a simulation