webhook

webhookを作成します。

post/webhooks

Request body

namestring required

webhookユーザーの表示名

descriptionstring required

webhookの説明

channelIdstring uuid required

デフォルトの投稿先チャンネル(パブリックチャンネルのみ)

secretstring

webhookシークレット

Response

正常に作成できました。

webhookIdstring uuid

Webhook UUID

botUserIdstring uuid

WebhookユーザーのUUID

displayNamestring

Webhookユーザー表示名

descriptionstring

Webhook説明

secureboolean

Secure Webhookかどうか

channelIdstring uuid

デフォルト投稿先チャンネルUUID

creatorIdstring uuid

Webhook作成者UUID

createdAtstring date-time

Webhook作成日時

updatedAtstring date-time

Webhook更新日時

Changes