Send Slack Message
The Send Slack Message API allows you to post messages to any Slack channel using a simple HTTP POST request. This API acts as a lightweight wrapper around Slack’s official chat.postMessage endpoint, making it easy to integrate Slack notifications, chatbots, or workflow automations into your application.
Send Slack Message endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Send a message to a Slack channel. /send-slack-message/ |
Sends a text message to a specified Slack channel using a bot token. |
Send Slack Message pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | Free | — |
|
| PRO | Free | — |
|
| PRO | $10 / month | 10 / second |
|
| ULTRA | $25 / month | 25 / second |
|
| MEGA | $50 / month | 50 / second |
|