Simulation run events
Notification simulation run events describe a simulated event that happened as part of a notification simulation run.
When you run a notification simulation using webhook simulator, Paddle sends simulated events to the notification destination set against the simulation and records information about the delivery attempt.
Notification simulation run events hold information like:
- What kind of event was simulated.
- Whether the event was delivered successfully.
- When Paddle attempted to deliver it.
- The payload of the simulated event.
- The response from the destination server.
For scenario simulations, Paddle sends multiple events for each step of the scenario, like all the events that occur when a subscription is created.
List events for a simulation run
gethttps://api.paddle.com/simulations/{simulation_id}/runs/{simulation_run_id}/events
Get an event for a simulation run
gethttps://api.paddle.com/simulations/{simulation_id}/runs/{simulation_run_id}/events/{simulation_event_id}
Replay an event for a simulation run
posthttps://api.paddle.com/simulations/{simulation_id}/runs/{simulation_run_id}/events/{simulation_event_id}/replay