Skip to main content

Airbyte Slack Connector for AI platforms

Project description

Slack agent connector

Slack is a business communication platform that offers messaging, file sharing, and integrations with other tools. This connector provides read access to users, channels, channel members, channel messages, and threads for workspace analytics. It also supports write operations including sending and updating messages, creating and renaming channels, setting channel topics and purposes, and adding reactions to messages.

Example questions

The Slack connector is optimized to handle prompts like these.

  • List all users in my Slack workspace
  • Show me all public channels
  • List members of a public channel
  • Show me recent messages in a public channel
  • Show me thread replies for a recent message
  • List all channels I have access to
  • Show me user details for a workspace member
  • List channel members for a public channel
  • Send a message to a channel saying 'Hello team!'
  • Post a message in the general channel
  • Update the most recent message in a channel
  • Create a new public channel called 'project-updates'
  • Create a private channel named 'team-internal'
  • Rename a channel to 'new-channel-name'
  • Set the topic for a channel to 'Daily standup notes'
  • Update the purpose of a channel
  • Add a thumbsup reaction to the latest message in a channel
  • React with :rocket: to the latest message in a channel
  • Reply to a recent thread with 'Thanks for the update!'
  • What messages were posted in channel {channel_id} last week?
  • Show me the conversation history for channel {channel_id}
  • Search for messages mentioning {keyword} in channel {channel_id}

Unsupported questions

The Slack connector isn't currently able to handle prompts like these.

  • Delete a message from channel {channel_id}
  • Remove a reaction from a message
  • Archive channel {channel_id}
  • Invite user {user_id} to channel {channel_id}
  • Remove user {user_id} from channel {channel_id}
  • Delete channel {channel_id}
  • Create a new user in the workspace
  • Update user profile information

Installation

uv pip install airbyte-agent-slack

Usage

Connectors can run in open source or hosted mode.

Open source

In open source mode, you provide API credentials directly to the connector.

from airbyte_agent_slack import SlackConnector
from airbyte_agent_slack.models import SlackTokenAuthenticationAuthConfig

connector = SlackConnector(
    auth_config=SlackTokenAuthenticationAuthConfig(
        api_token="<Your Slack Bot Token (xoxb-) or User Token (xoxp-)>"
    )
)

@agent.tool_plain # assumes you're using Pydantic AI
@SlackConnector.tool_utils
async def slack_execute(entity: str, action: str, params: dict | None = None):
    return await connector.execute(entity, action, params or {})

Hosted

In hosted mode, API credentials are stored securely in Airbyte Cloud. You provide your Airbyte credentials instead.

This example assumes you've already authenticated your connector with Airbyte. See Authentication to learn more about authenticating. If you need a step-by-step guide, see the hosted execution tutorial.

from airbyte_agent_slack import SlackConnector, AirbyteAuthConfig

connector = SlackConnector(
    auth_config=AirbyteAuthConfig(
        external_user_id="<your_external_user_id>",
        airbyte_client_id="<your-client-id>",
        airbyte_client_secret="<your-client-secret>"
    )
)

@agent.tool_plain # assumes you're using Pydantic AI
@SlackConnector.tool_utils
async def slack_execute(entity: str, action: str, params: dict | None = None):
    return await connector.execute(entity, action, params or {})

Full documentation

Entities and actions

This connector supports the following entities and actions. For more details, see this connector's full reference documentation.

Entity Actions
Users List, Get, Search
Channels List, Get, Create, Update, Search
Channel Messages List
Threads List
Messages Create, Update
Channel Topics Create
Channel Purposes Create
Reactions Create

Authentication and configuration

For all authentication and configuration options, see the connector's authentication documentation.

Slack API docs

See the official Slack API reference.

Version information

  • Package version: 0.1.63
  • Connector version: 0.1.15
  • Generated with Connector SDK commit SHA: d6f8bda46f894a3a187d33ccfce0ebe14771ea42
  • Changelog: View changelog

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

airbyte_agent_slack-0.1.63.tar.gz (147.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

airbyte_agent_slack-0.1.63-py3-none-any.whl (170.3 kB view details)

Uploaded Python 3

File details

Details for the file airbyte_agent_slack-0.1.63.tar.gz.

File metadata

  • Download URL: airbyte_agent_slack-0.1.63.tar.gz
  • Upload date:
  • Size: 147.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for airbyte_agent_slack-0.1.63.tar.gz
Algorithm Hash digest
SHA256 7c50cc94a72084773920ed2c8b5fc9cfa422b1989f31eb8b63bb07450341a314
MD5 0d862bb30527c2cbe3754267dee78a59
BLAKE2b-256 db9ad22e253ac6b88b37881c01cf3f5bed4381b7c0a68d19e10a14bbfb66e0b5

See more details on using hashes here.

File details

Details for the file airbyte_agent_slack-0.1.63-py3-none-any.whl.

File metadata

File hashes

Hashes for airbyte_agent_slack-0.1.63-py3-none-any.whl
Algorithm Hash digest
SHA256 370b2f075ed9bbdfd08b09fad9e55cc3a880be19e94fabe8bb4ec036f16dcea3
MD5 e5b1168c36c437394ce84e08023bfc95
BLAKE2b-256 ea7932f61f7dbb9f2725b88762b5a7165f6b3bbdb5b208b8f1339bd96878f86f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page