๐Ÿ’ฌ

Slack Create Channel API

Create public or private Slack channels programmatically via Bot Token. Perfect for onboarding automation, project scaffolding, and multi-tenant workflows.

API Docs $0.002 / request

About this tool

Create a new Slack channel (public or private) using a Bot Token with channels:manage (public) or groups:write (private) OAuth scope. Channel names are auto-sanitized to Slack's requirements: lowercase, alphanumeric + hyphens/underscores, max 80 characters.

Quick Start

curl -X POST https://api.iteratools.com/slack/channel/create \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "slack_token": "xoxb-your-bot-token", "name": "project-acme-onboarding", "is_private": false }'

Response

{ "ok": true, "channel_id": "C08765ABCDE", "name": "project-acme-onboarding", "is_private": false, "created": 1742918400 }

Pricing

$0.002 per request via x402 micropayment on Base (USDC).

Full Documentation Browse All Tools