BLOGS
Announcing Slack Notifications Beta
Send notifications directly to your users' Slack workspaces with our new native Slack integration, now available in beta.

Today we’re thrilled to announce the beta release of our native Slack integration! You can now send notifications directly to your users’ Slack workspaces, making it even easier to reach your users where they work.
What’s New
Our Slack integration brings native support for sending messages to channels and direct messaging users, with rich formatting and interactive buttons. You get enterprise-ready features like workspace authentication, user permission management, and message threading - all through the same NotificationAPI interface you already use.
How It Works
By embedding a “Connect Slack” button in your applications, users can connect their Slack accounts to NotificationAPI. Once connected, you can send notifications to their Slack workspaces.
Send Slack notifications with the familiar NotificationAPI interface:
await notificationapi.send({
notificationId: 'deployment_alert',
user: {
id: 'user123',
slack: {
workspace: 'T123ABC',
channel: '#deployments'
}
}
});
Perfect For Your Workflow
Whether you’re managing DevOps alerts, team communications, or customer support updates, Slack integration fits right into your workflow. Use it for deployment notifications, system alerts, project updates, ticket notifications, and more - all with the reliability and features you expect from NotificationAPI.
Get Started Today
Ready to try it out? Enable Slack integration in your dashboard at app.notificationapi.com/integrations/slack. During the beta period, we’re offering special pricing and dedicated support to help you get started.
Have questions? Our team is ready to help at support@notificationapi.com or join the discussion on our GitHub. We can’t wait to see what you build with our Slack integration!