Skip to main content
Version: 3.x

ExternalNotificationTrigger

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
type ExternalNotificationTrigger {
errors: [ExternalNotificationError!]!
}

Fields

ExternalNotificationTrigger.errors ● [ExternalNotificationError!]! non-null object

Returned by

externalNotificationTrigger mutation


Was this page helpful?