The key of the data object associated with the notification
The object type of the data associated with the notification
OptionalemailOptionalfromEmailAddress?: stringThe email address of the sender
OptionalfromNameView?: stringThe name of the sender
OptionalrecipientEmail?: stringThe email address to send the email to; use when sending emails to non-user proxies/free-form email addresses; can contain a comma-separated list of email addresses
The keys of the user proxies to send the email to
The type of user proxy to send the email to
OptionalreplyEmailAddress?: stringThe email address to reply to
The ID of a notification definition setup within the solution
The key of the organization proxy
The parameters to pass to the notification
OptionalpushOptionalnavigationData?: Record<string, string>The navigation data to pass to the push notification
The keys of the user proxies to send the push notification to
The type of user proxy to send the push notification to
OptionalsmsThe phone number to send the SMS to; can contain a comma-separated list of phone numbers
The keys of the user proxies to send the SMS to
The type of user proxy to send the SMS to
NotificationConfig is an interface defining a notification that should be triggered by a successful action response.