Create a channel
Creates an email, webhook, or file_drop channel. A webhook channel requires secret — its Standard Webhooks signing secret, stored securely and never returned again. Authorization: organization administrators only. Returns 400 on an invalid body, 404 if a referenced folder is missing, 409 if the slug is taken.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
slug
name
type
Allowed values:
secret
Standard Webhooks signing secret (whsec_-prefixed base64). Required for type ‘webhook’.
folderId
Response
The created channel.
channel