Skip to content

Search docs

Find pages, headings, and concepts. Press ⌘K or Ctrl+K to toggle.

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

OperationPurpose
post-messagePost to a channel.
list-channelsList channels visible to the bot.
searchSearch messages.
list-usersList workspace users.

Example: an on-call agent calls post-message to #alerts with a deploy summary.

Discord (discord) — OAuth

OperationPurpose
get-current-userAuthenticated user.
list-guildsGuilds the user belongs to.
list-connectionsLinked third-party accounts.
get-current-authorizationInspect the current token's scopes.

Telegram (telegram) — API key (bot token)

OperationPurpose
send-messageSend a message via the bot.
get-updatesPull recent updates.
get-meBot 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

OperationPurpose
send-smsSend an SMS.
send-whatsappSend a WhatsApp message via Twilio.
make-callInitiate a voice call.
list-messages / get-messageInspect message history.
list-callsInspect call history.
delete-messageDelete a message record.
get-accountAccount metadata.

X / Twitter (x) — OAuth

OperationPurpose
post-tweetPost a tweet.
delete-tweetDelete a tweet.
get-tweetsFetch tweets by user.
search-tweetsRun a search.
get-userUser 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.