Messaging
Slack, Discord, Telegram, WhatsApp, Twilio, and X connectors.
Connectors that send messages or read conversations on chat, SMS, and social platforms.
Slack (slack) — OAuth
| Operation | Purpose |
|---|---|
post-message | Post to a channel. |
list-channels | List channels visible to the bot. |
search | Search messages. |
list-users | List workspace users. |
Example: an on-call agent calls post-message to #alerts with a deploy summary.
Discord (discord) — OAuth
| Operation | Purpose |
|---|---|
get-current-user | Authenticated user. |
list-guilds | Guilds the user belongs to. |
list-connections | Linked third-party accounts. |
get-current-authorization | Inspect the current token's scopes. |
Telegram (telegram) — API key (bot token)
| Operation | Purpose |
|---|---|
send-message | Send a message via the bot. |
get-updates | Pull recent updates. |
get-me | Bot identity. |
Example: a monitoring agent calls send-message with a chat ID and a status line.
WhatsApp (whatsapp) — API key
The slug is registered for WhatsApp Business API access. Sending WhatsApp through Twilio is also supported via the Twilio connector's send-whatsapp operation.
Twilio (twilio) — API key
| Operation | Purpose |
|---|---|
send-sms | Send an SMS. |
send-whatsapp | Send a WhatsApp message via Twilio. |
make-call | Initiate a voice call. |
list-messages / get-message | Inspect message history. |
list-calls | Inspect call history. |
delete-message | Delete a message record. |
get-account | Account metadata. |
X / Twitter (x) — OAuth
| Operation | Purpose |
|---|---|
post-tweet | Post a tweet. |
delete-tweet | Delete a tweet. |
get-tweets | Fetch tweets by user. |
search-tweets | Run a search. |
get-user | User profile. |
Example: a research agent calls search-tweets for a brand mention, then summarizes the top results into a Doc via the Google Docs connector.