Skip to main content

sendTestNotification

Send a test notification to a recipient.

sendTestNotification(
input: SendTestNotificationInput
): SendTestNotificationPayload!

Example

mutation ($input: SendTestNotificationInput) {
sendTestNotification(input: $input) {
sent
}
}

Arguments

sendTestNotification.input ● SendTestNotificationInput input common

The recipient and message details for the test notification.

Type

SendTestNotificationPayload object common

The result of sending a test notification.