> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/miscellaneous/llms.txt)
> Source: https://docs.saleor.io/api-reference/miscellaneous/objects/external-notification-trigger

# 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.

```graphql
type ExternalNotificationTrigger {
  errors: [ExternalNotificationError!]!
}
```

<a id="fields"></a>

### Fields

<a id="errors"></a>

#### [`errors`](#errors) ● [`[ExternalNotificationError!]!`](/api-reference/miscellaneous/objects/external-notification-error.md)

<a id="returned-by"></a>

### Returned By

[`externalNotificationTrigger`](/api-reference/deprecated/miscellaneous/mutations/external-notification-trigger.md) mutation
