Slack Integration
Slack is now available as a connection type in Meshes. Connect your Slack workspace via OAuth, pick a destination channel, configure a message template, and Meshes handles delivery with retries.
Templated messages
Each rule targeting a Slack connection includes a message template with {{field}} interpolation. When an event fires, Meshes renders the template with the event payload and posts to the configured channel.
Example template:
🎉 New signup: {{email}}
Plan: {{plan}}
Source: {{source}}
Templates support Slack markdown formatting and nested field access via dot notation (e.g., {{user.name}}). Missing fields render as empty strings rather than broken template syntax.
How it works
- Connect your Slack workspace from the Connections page
- Create a rule targeting the Slack connection
- Select a channel and write your message template
- Meshes routes matching events to Slack with automatic retries
Slack is the latest supported integration, joining HubSpot, Salesforce, Intercom, Mailchimp, ActiveCampaign, Resend, Zoom, AWeber, MailerLite, and Webhooks.