Skip to main content
POST
Beta. The order notification endpoint is in active development. The request and response shapes shown here are stable for production use, but we may add new fields or capabilities without notice. Contact support to be notified of breaking changes.
Send (or re-send) the download notification email for an order. This triggers the same email the customer receives when Filemonk processes an order automatically — including the download link, any attached assets, and licence keys. The notification email uses the template configured in your Filemonk email settings. If the order has already been notified, calling this endpoint sends the email again (useful when you’ve added new files to the order).

Path parameters

string
required
The order’s unique identifier (UUID).

Request body

string
Override the recipient email address. When omitted, the email is sent to the customer email on file for the order. Useful when the order has no email or you want to send to a different address.

Response

object
required
The order object.
boolean
required
true when the notification was successfully queued.
string
required
ISO 8601 timestamp of when the notification was sent.