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.
List runs for a simulation
gethttps://api.paddle.com/simulations/{simulation_id}/runs
Create a run for a simulation
posthttps://api.paddle.com/simulations/{simulation_id}/runs
Get a run for a simulation
gethttps://api.paddle.com/simulations/{simulation_id}/runs/{simulation_run_id}