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
Docs

Email Notification Setting destination must be an email

You're attempting to change an email Notification Setting destination to something other than an email.

Example response
{
"error": {
"type": "request_error",
"code": "email_notification_setting_incorrect",
"detail": "An email Notification Setting destination must be an email.",
"documentation_url": "https://developer.paddle.com/errors/notifications/email_notification_setting_incorrect"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
email_notification_setting_incorrect
Error message
An email Notification Setting destination must be an email.

Common causes

  • You're trying to update an email Notification Setting with a destination that is not a valid email.

Troubleshooting

  • Ensure the destination you're providing is a valid email.

Was this page helpful?