Skip to main content

externalNotificationTrigger Mutation

DEPRECATED

No longer supported

Trigger sending a notification with the notify plugin method. Serializes nodes provided as ids parameter and includes this data in the notification payload.

externalNotificationTrigger(
channel: String!
input: ExternalNotificationTriggerInput!
pluginId: String
): ExternalNotificationTrigger @deprecated
Show return type

Arguments

channel ● String!

Channel slug. Saleor will send a notification within a provided channel. Please, make sure that necessary plugins are active.

input ● ExternalNotificationTriggerInput!

Input for External Notification Trigger.

pluginId ● String

The ID of notification plugin.

Type

ExternalNotificationTrigger

Trigger sending a notification with the notify plugin method. Serializes nodes provided as ids parameter and includes this data in the notification payload.