Webhook

dc_webhook

Represents a webhook in a channel.

Queryable properties #

Property Type Description
id String The ID of the webhook.
channel Channel The channel the webhook is in.
type String The type of the webhook.
token String The token of the webhook.
(Only works for incoming webhooks)
url String The URL of the webhook.
(Only works for incoming webhooks)

Webhook types#

  • INCOMING
  • CHANNEL_FOLLOWER
  • UNKNOWN