> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useparagon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Slack

> Browse the tools and triggers available for Slack in ActionKit.

## Tools

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/slack/SLACK_LIST_MEMBERS" title="List Members" horizontal />

  <Card href="/actionkit/integrations/slack/SLACK_LIST_CHANNELS" title="List Channels" horizontal />

  <Card href="/actionkit/integrations/slack/SLACK_GET_USER_BY_EMAIL" title="Get User By Email" horizontal />

  <Card href="/actionkit/integrations/slack/SLACK_SEARCH_MESSAGES" title="Search Messages" horizontal />

  <Card href="/actionkit/integrations/slack/SLACK_SEND_DIRECT_MESSAGE" title="Send Direct Message" horizontal />

  <Card href="/actionkit/integrations/slack/SLACK_SEND_MESSAGE" title="Send Message" horizontal />

  <Card href="/actionkit/integrations/slack/SLACK_GET_USERS_BY_NAME" title="Get Users By Name" horizontal />
</CardGroup>

<Info>**Don't see the tool you need?** Define your own using [Custom Tools](/actionkit/custom-tools).</Info>

## Triggers

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/slack/triggers/SLACK_TRIGGER_DIRECT_MESSAGE_CREATED" title="Direct Message Created" horizontal />

  <Card href="/actionkit/integrations/slack/triggers/SLACK_TRIGGER_CHANNEL_CREATED" title="Channel Created" horizontal />

  <Card href="/actionkit/integrations/slack/triggers/SLACK_TRIGGER_DIRECT_MESSAGE_POSTED" title="Direct Message Sent" horizontal />

  <Card href="/actionkit/integrations/slack/triggers/SLACK_TRIGGER_FILE_DELETED" title="File Deleted" horizontal />

  <Card href="/actionkit/integrations/slack/triggers/SLACK_TRIGGER_GROUP_MESSAGE_POSTED" title="Group Message Sent" horizontal />

  <Card href="/actionkit/integrations/slack/triggers/SLACK_TRIGGER_CHANNEL_MESSAGE_POSTED" title="Channel Message Sent" horizontal />

  <Card href="/actionkit/integrations/slack/triggers/SLACK_TRIGGER_DIRECT_MESSAGE_UPDATED" title="Direct Message Updated" horizontal />

  <Card href="/actionkit/integrations/slack/triggers/SLACK_TRIGGER_GROUP_MESSAGE_UPDATED" title="Group Message Updated" horizontal />

  <Card href="/actionkit/integrations/slack/triggers/SLACK_TRIGGER_CHANNEL_MESSAGE_UPDATED" title="Channel Message Updated" horizontal />

  <Card href="/actionkit/integrations/slack/triggers/SLACK_TRIGGER_APP_MENTIONED" title="App Mentioned" horizontal>
    Trigger when your application is mentioned in a message in Slack
  </Card>

  <Card href="/actionkit/integrations/slack/triggers/SLACK_TRIGGER_NEW_REACTION" title="New Message Reaction" horizontal />

  <Card href="/actionkit/integrations/slack/triggers/SLACK_TRIGGER_REACTION_REMOVED" title="Message Reaction Removed" horizontal />

  <Card href="/actionkit/integrations/slack/triggers/SLACK_TRIGGER_MESSAGE_INTERACTION" title="Message Interaction" horizontal>
    Trigger when global and message shortcuts are interacted with in Slack
  </Card>
</CardGroup>

<Info>**Don't see the trigger you need?** Define your own using [Custom Webhooks](/resources/custom-webhooks).</Info>
