ExternalNotificationTriggerInput Input Type
No description
input ExternalNotificationTriggerInput {
ids: [ID!]!
extraPayload: JSONString
externalEventType: String!
}
Fields
ids ● [ID!]!
The list of customers or orders node IDs that will be serialized and included in the notification payload.
extraPayload ● JSONString
Additional payload that will be merged with the one based on the business object ID.
externalEventType ● String!
External event type. This field is passed to a plugin as an event type.
Member Of
externalNotificationTrigger mutation