Skip to main content
Version: 3.x

ChannelCreated

Event sent when new channel is created.

Added in Saleor 3.2
type ChannelCreated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
channel: Channel
}

Fields

ChannelCreated.issuedAt ● DateTime scalar

Time of the event.

ChannelCreated.version ● String scalar

Saleor version that triggered the event.

ChannelCreated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

ChannelCreated.recipient ● App object

The application receiving the webhook.

ChannelCreated.channel ● Channel object

The channel the event relates to.

Interfaces

Event interface


Was this page helpful?