What You Can Do
| Capability | Description |
|---|---|
| Send to channels | Post workflow results to any public or private Slack channel |
| Send to DMs | Deliver results directly to individual team members |
| Dynamic messages | Use {column} substitution to build messages from your data |
| Mention by email | Use {@column} to @mention Slack users by matching their email address |
Quickstart
Connect your Slack workspace
In the Sixtyfour dashboard, go to Integrations and select Slack. Authorize access to your Slack workspace. This grants Sixtyfour permission to post messages on your behalf.
Add a Slack output block to your workflow
Open the Workflow Editor and build your pipeline. Add a Slack block as the final output step.
Configure the message
Select a channel or DM recipient, then write your message template. Reference columns from your data with To @mention someone in your workspace, use
{column_name} syntax.Only channels where the Sixtyfour Slack app has been invited appear in the channel selector. Invite the app to a channel first with
/invite @Sixtyfour in Slack.{@email} where email is a column containing the person’s Slack-linked email address.Example Workflow
Enrich a list of leads, find their emails, filter to verified addresses, and notify your sales team in Slack:Block Reference
| Field | Value |
|---|---|
| Block type | send_slack_message |
| Pipeline position | Output (final block) |
| Requires integration | Yes — Slack workspace must be connected |