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