For AI agents and LLMs: a structured documentation index is available at /llms.txt. Every page has a Markdown sibling — append .md to any URL.

Skip to content
Paddle Docs home

Notification settings invalid for simulation

The notification setting for this simulation is invalid.

Example response
{
"error": {
"type": "request_error",
"code": "notification_simulation_run_notification_settings_conflict",
"detail": "Simulations with an invalid notification setting can't be run.",
"documentation_url": "https://developer.paddle.com/errors/notifications/notification_simulation_run_notification_settings_conflict"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
409
Error code
notification_simulation_run_notification_settings_conflict
Error message
Simulations with an invalid notification setting can't be run.

Common causes

  • The notification setting is invalid. This typically happens when traffic_source prevents sending simulated events.
  • A notification setting may have been updated recently so traffic_source is platform, meaning simulated traffic isn't allowed.

Troubleshooting

  • Update the notification setting so that the traffic_source is either all or simulation, then try to run again.
  • Check that the other values for your notification setting are correct, then try to run again.

Was this page helpful?