For AI agents: the documentation index is at /docs/aidbox/llms.txt. A Markdown version of this page is available at /docs/aidbox/reference/email-providers-reference/notification-resource-reference.md or by requesting it with the Accept: text/markdown header.
Aidbox Docs

Notification Resource Reference

pathtypedescription
Notification.provider*stringRequired. Provider id from the AidboxConfig resource.
Notification.providerData*objectRequired. Object which contains all provider-related fields, template and payload.
Notification.providerData.to*string or array of stringsRequired. Receiver's email.
Notification.providerData.subjectstringThe subject of the email.
Notification.providerData.bodystringThe body of the email. If template and body both provided, body has higher priority.
Notification.providerData.templatereference(NotificationTemplate)The reference to NotificationTemplate.
Notification.providerData.payloadobjectThe object with all values to be rendered in the email using templating

Last updated: