Send alert email

Send the error-notification alert email, either to the store's configured response-posting error recipients (email_to=admin) or to a custom address (email_to=other).

Auth: Partner — authentication, under the partner prefix. The request validation validates notification_id exists; no partner-tree / company scoping on which notification is emailed. The controller 400s if the notification is missing or has empty content (No notification is available), if the linked store is missing (Location does not exist.), or if no recipient resolves (User does not exist.). For admin, recipients come; for other, the email field is used. Mail sent.

Rate limit: No rate limit.

Request

  • Body:
FieldTypeRequiredNotes
notification_idintegerYesMust be an existing notification.
email_tostringYesOne of admin, other.
emailstring (email)ConditionalRequired only when email_to=other; validated email:rfc,dns.

Response{ data. } envelope:

  • status (string) — success.
  • message (string) — Email sent successfully!

Errors: 422 on validation failure.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
string
string
Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json