Back to Serverless

Notifications

docs/sf/guides/dashboard/cicd/notifications.md

4.29.01.2 KB
Original Source
<!-- title: Serverless Dashboard - CI/CD Notifications description: Configure Slack, email, SNS, and webhook notifications for CI/CD status updates in Serverless Framework. short_title: Serverless Dashboard - Notifications keywords: [ 'Serverless Framework', 'CI/CD', 'Notifications', 'Slack', 'Email', 'SNS', 'Webhook', ] --> <!-- DOCS-SITE-LINK:START automatically generated -->

Read this on the main serverless docs site

<!-- DOCS-SITE-LINK:END -->

Notifications

Serverless Framework has integrated Slack, email, SNS and webhook notifications for CI/CD status updates.

Notifications for CI/CD events are not setup by default, so you will not get notified of deployments starting, completing of failing. These notifications must be added manually.

Notifications for CI/CD events are configured the same way as they are for monitoring.

You can subscribe to three different CI/CD events in the "Add notifications" dialog:

  • deployment started
  • deployment succeeded
  • deployment failed

These three events apply to both branch deployments and preview deployments.