- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
ProviderSendNotificationDTO
The details of the notification to send.
Properties#
to
stringThe recipient of the notification. It can be email, phone number, or username, depending on the channel.
channel
stringThe channel through which the notification is sent, such as 'email' or 'sms'
template
stringThe template name in the provider's system.
from
null | stringOptionalThe sender of the notification. It can be email, phone number, or username, depending on the channel.
Optional attachments for the notification.
data
null | Record<string, unknown>OptionalThe data that gets passed over to the provider for rendering the notification.
The content that gets passed to the provider.
Was this page helpful?