Skip to content

email_message_not_found

email_message_not_found

Description

The requested queued email message does not exist.

HTTP Status

404 Not Found

doc_url Format

The doc_url value is an absolute URL and changes by environment:

<docs-base-url>/errors/email_message_not_found

Typical Causes

  • The :id path parameter does not match any queued email message.
  • The message has not been created in this environment.

Example

Request:

http
GET /v1/emailing/messages/019d1f3c-42b6-4375-bec9-1dcf0ff0f385

Response:

json
{
  "errors": [
    {
      "code": "email_message_not_found",
      "message": "Email message not found by id 019d1f3c-42b6-4375-bec9-1dcf0ff0f385",
      "doc_url": "https://docs.example.com/errors/email_message_not_found"
    }
  ]
}

How To Fix

  1. Verify the email message ID.
  2. Retry the request after the message has been queued.