Skip to main content Skip to navigation

Documentation

Everything you need to build irresistible applications

Slack Integration

Get deployment notifications and collaborate in Slack.

Features

  • Deployment notifications: Get notified when deployments complete
  • Error alerts: Receive alerts for application errors
  • Slash commands: Deploy from Slack
  • Interactive messages: Approve deployments in Slack

Setup

1. Install Slack App

  1. Go to Settings → Integrations
  2. Click “Add to Slack”
  3. Select your workspace
  4. Choose a channel for notifications

2. Configure Notifications

Choose what to receive:

  • Deployment success/failure
  • Build status updates
  • Error alerts
  • Performance warnings

Slash Commands

/irresistible deploy

Deploy your project:

/irresistible deploy my-project to production

/irresistible status

Check deployment status:

/irresistible status my-project

/irresistible rollback

Rollback to previous version:

/irresistible rollback my-project

Notification Examples

Deployment Success:

✅ Deployment Successful
Project: my-awesome-app
Environment: production
Version: v1.2.3
URL: https://myapp.irresistible.dev

Error Alert:

🚨 Error Detected
Project: my-awesome-app
Error: TypeError: Cannot read property 'id' of undefined
Occurrences: 127 in last hour
[View Details] [Ignore] [Create Issue]