Skip to main content
Version: 3.x

externalNotificationTrigger

DEPRECATED

\n\nDEPRECATED: this mutation will be removed in Saleor 4.0.

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

Added in Saleor 3.1
externalNotificationTrigger(
channel: String!
input: ExternalNotificationTriggerInput!
pluginId: String
): ExternalNotificationTrigger @deprecated

Arguments

externalNotificationTrigger.channel ● String! non-null scalar

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

externalNotificationTrigger.input ● ExternalNotificationTriggerInput! non-null input

Input for External Notification Trigger.

externalNotificationTrigger.pluginId ● String scalar

The ID of notification plugin.

Type

ExternalNotificationTrigger object

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

Added in Saleor 3.1

Was this page helpful?