Slack Notifications
You can setup Slack notifications to receive alerts on your FloydHub jobs. You will receive a notification when:
- Job completes successfully
- Job is manually shutdown
- Job failed, i.e. error in code, timeout, or insufficient powerup credits
Steps to create an incoming webhook in your Slack¶
- Create an incoming webhook in your Slack app here.
- Click Add Configuration.
- Select the channel that you want to post the notifications. Click Add Incoming Webhooks integration.
- Scroll down to Integration Settings. Copy the Webhook URL (don't worry about the other settings, we'll handle it).
- Make sure to click on Save Settings.
- In Floydhub, go to Notifications settings, paste in the Slack webhook url, and click Save.
- Click Test to receive your first Slack notification! Going forward, you should receive notifications for all jobs you run on FloydHub.
For more information on configuring webhooks in Slack, please see Slack's help page.