Integration reference

Slack Trigger and Action reference

Start Workflows from Slack events and automate messages, reactions, channels, pins, and member operations.

41 Triggers17 ActionsManifests: Trigger v1 · Action v1

Authentication

Install the FastHook Slack app through OAuth for the workspace used by Triggers and Actions.

  • Trigger account type: oauth2; reconnect by oauth.
  • Action connection type: oauth2; available modes: Connected Slack workspace.

Create or reuse the account from a Trigger or Action dialog, or manage it under Settings → Connected accounts. See Authentication and permissions for scopes and access diagnostics, or Connected accounts for reuse, reconnect, revocation, and credential rotation.

Scopes and permissions

Base Trigger authorization requests: team:read.

View 15 OAuth scopes used by current Actions

chat:write, channels:read, groups:read, im:read, mpim:read, channels:history, groups:history, im:history, mpim:history, im:write, users:read, reactions:write, pins:write, channels:manage, groups:write

View 15 provider permissions or credential requirements

chat:write, channels:read, groups:read, im:read, mpim:read, channels:history, groups:history, im:history, mpim:history, im:write, users:read, reactions:write, pins:write, channels:manage, groups:write

Operation-specific requirements appear in the tables below. Custom event selections can add scopes dynamically, so the current Trigger or Action dialog remains authoritative for the exact consent request.

Use Slack as a Trigger

The current provider manifest contains 41 available Trigger definitions. Representative definitions include:

  • Any Available Slack Event
  • New Message in Channel
  • New Direct Message
  • New User Mention
  • Reaction Added
  • File Shared
View all 41 available Trigger definitions
TriggerManifest keyDeliveryAdditional scopes
Any Available Slack Eventslack.any_event.instantinstantapp_mentions:read, channels:history, channels:read, emoji:read, files:read, groups:history, groups:read, im:history, mpim:history, mpim:read, pins:read, reactions:read, team:read, usergroups:read, users:read
Custom Webhook Eventsslack.custom_webhook_events.instantinstantapp_mentions:read, channels:history, channels:read, emoji:read, files:read, groups:history, groups:read, im:history, mpim:history, mpim:read, pins:read, reactions:read, team:read, usergroups:read, users:read
New Message in Channelslack.new_message_channel.instantinstantchannels:history, channels:read
New Message in Private Channelslack.new_message_private_channel.instantinstantgroups:history, groups:read
New Direct Messageslack.new_direct_message.instantinstantim:history
New Group Direct Messageslack.new_group_direct_message.instantinstantmpim:history
New User Mentionslack.new_user_mention.instantinstantchannels:history, channels:read, groups:history, groups:read, im:history, mpim:history, users:read
New Keyword Mentionslack.new_keyword_mention.instantinstantchannels:history, channels:read, groups:history, groups:read, im:history, mpim:history
Message Editedslack.message_edited.instantinstantchannels:history, channels:read, groups:history, groups:read, im:history, mpim:history
Message Deletedslack.message_deleted.instantinstantchannels:history, channels:read, groups:history, groups:read, im:history, mpim:history
New Thread Replyslack.thread_reply.instantinstantchannels:history, channels:read, groups:history, groups:read, im:history, mpim:history
Reaction Addedslack.reaction_added.instantinstantreactions:read, channels:read, groups:read
Reaction Removedslack.reaction_removed.instantinstantreactions:read, channels:read, groups:read
File Sharedslack.file_shared.instantinstantfiles:read
Channel Createdslack.channel_created.instantinstantchannels:read
Private Channel Createdslack.private_channel_created.pollingpollinggroups:read
Channel Renamedslack.channel_renamed.instantinstantchannels:read
Channel Archivedslack.channel_archived.instantinstantchannels:read
User Joined Workspaceslack.user_joined_workspace.instantinstantusers:read
User Joined Channelslack.user_joined_channel.instantinstantchannels:read, groups:read, mpim:read, users:read
User Left Channelslack.user_left_channel.instantinstantchannels:read, groups:read, users:read
FastHook App Mentionedslack.app_mentioned.instantinstantapp_mentions:read, channels:read, groups:read
Channel Deletedslack.channel_deleted.instantinstantchannels:read
Channel Sharedslack.channel_shared.instantinstantchannels:read, groups:read
Channel Unsharedslack.channel_unshared.instantinstantchannels:read, groups:read
Channel Topic Changedslack.channel_topic_changed.instantinstantchannels:history, channels:read, groups:history, groups:read
Channel Purpose Changedslack.channel_purpose_changed.instantinstantchannels:history, channels:read, groups:history, groups:read
User Profile Changedslack.user_changed.instantinstantusers:read
File Createdslack.file_created.instantinstantfiles:read
File Changedslack.file_changed.instantinstantfiles:read
File Deletedslack.file_deleted.instantinstantfiles:read
File Made Publicslack.file_made_public.instantinstantfiles:read
File Unsharedslack.file_unshared.instantinstantfiles:read
Pin Addedslack.pin_added.instantinstantpins:read, channels:read, groups:read
Pin Removedslack.pin_removed.instantinstantpins:read, channels:read, groups:read
Custom Emoji Changedslack.custom_emoji_changed.instantinstantemoji:read
User Group Createdslack.user_group_created.instantinstantusergroups:read
User Group Updatedslack.user_group_updated.instantinstantusergroups:read
User Group Members Changedslack.user_group_members_changed.instantinstantusergroups:read
Workspace Renamedslack.workspace_renamed.instantinstantteam:read
Workspace Domain Changedslack.workspace_domain_changed.instantinstantteam:read

Choose the narrowest event definition that fits the Workflow. Configure provider-specific resource and event filters in the Source dialog before adding broader Workflow Filters.

Use Slack Actions

The current Action manifest contains 17 operations. Representative Actions include:

  • Send Message
  • Send Direct Message
  • Update Message
  • Schedule Message
  • Add Reaction
  • Create Channel
View all 17 available Action definitions
ActionManifest keyAccess and authManifest rate limit
Send Messageslack.send_channel_messagechat:write, channels:read, groups:read, im:read, mpim:read, channels:history, groups:history, im:history, mpim:history
FastHook-managed account
1/second
Send Direct Messageslack.send_direct_messagechat:write, im:write, users:read
FastHook-managed account
1/second
Update Messageslack.update_messagechat:write, channels:read, groups:read, im:read, mpim:read, channels:history, groups:history, im:history, mpim:history
FastHook-managed account
1/second
Delete Messageslack.delete_messagechat:write, channels:read, groups:read, im:read, mpim:read, channels:history, groups:history, im:history, mpim:history
FastHook-managed account
1/second
Schedule Messageslack.schedule_messagechat:write, channels:read, groups:read, im:read, mpim:read, channels:history, groups:history, im:history, mpim:history
FastHook-managed account
1/second
Delete Scheduled Messageslack.delete_scheduled_messagechat:write, channels:read, groups:read
FastHook-managed account
1/second
Add Reactionslack.add_reactionreactions:write, channels:read, groups:read, im:read, mpim:read, channels:history, groups:history, im:history, mpim:history
FastHook-managed account
1/second
Remove Reactionslack.remove_reactionreactions:write, channels:read, groups:read, im:read, mpim:read, channels:history, groups:history, im:history, mpim:history
FastHook-managed account
1/second
Pin Messageslack.pin_messagepins:write, channels:read, groups:read, im:read, mpim:read, channels:history, groups:history, im:history, mpim:history
FastHook-managed account
1/second
Unpin Messageslack.unpin_messagepins:write, channels:read, groups:read, im:read, mpim:read, channels:history, groups:history, im:history, mpim:history
FastHook-managed account
1/second
Create Channelslack.create_channelchannels:manage, groups:write
FastHook-managed account
1/second
Archive Channelslack.archive_channelchannels:manage, groups:write, channels:read, groups:read
FastHook-managed account
1/second
Invite Member to Channelslack.invite_user_to_channelchannels:manage, groups:write, channels:read, groups:read, users:read
FastHook-managed account
1/second
Set Channel Topicslack.set_channel_topicchannels:manage, groups:write, channels:read, groups:read
FastHook-managed account
1/second
Set Channel Purposeslack.set_channel_purposechannels:manage, groups:write, channels:read, groups:read
FastHook-managed account
1/second
Rename Channelslack.rename_channelchannels:manage, groups:write, channels:read, groups:read
FastHook-managed account
1/second
Custom API Requestslack.custom_api_requestNone declared
FastHook-managed account
1/second

The Action editor reads its required permissions, fields, remote resource pickers, output schema, and rate limit from the provider manifest. Available fields can change with the selected operation and authentication mode.

Build a Workflow

  1. Create a Source using a Slack Trigger definition.
  2. Create a Workflow with that Source as its Trigger.
  3. Add the required Slack Action and select the connected account.
  4. Map Trigger or earlier-Step data into the Action fields with the field picker.
  5. Add a Filter, Paths, Delay, or Transformation when the route needs it.
  6. Activate the Workflow, produce a controlled event, and verify the run in Audit and in Slack.

Troubleshooting Slack

The account is missing or cannot be selected
Confirm the active FastHook team, provider, account status, and authentication mode. A disabled or revoked account cannot execute an Action.
A resource picker is empty
Verify that the connected provider identity can access the resource itself. OAuth consent does not add workspace, repository, channel, drive, project, base, or record permissions.
The editor asks for additional scopes
Reconnect the same account from the affected Trigger or Action so FastHook can request its current manifest scopes. Then reopen the editor and select the resource again.
An active Workflow returns 401, 403, or a permission error
Compare the selected operation’s access requirements below with the account recorded in Audit. Check provider-side membership and object access before repeating the Action.
The provider returns 429 or a temporary 5xx
Inspect the Step attempt and retryability in Audit. FastHook can retry temporary failures, but provider quotas and idempotency rules still apply.

Provider-specific checks

  • Private conversations require the connected app to have access.
  • Sending as the connected user requires the user-token capability shown by the Action editor.

Next