Skip to content

netlify-labs/netlify-plugin-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify notifier plugin

Send messages during different build lifecycle events

Install

npm install @netlify/plugin-notifier

Usage:

notices is an array of notices to send.

# in netlify.yml
plugins:
  - package: '@netlify/plugin-notifier'
    config:
      notices:
        - event: onPostBuild
          type: email
          to: david@netlify.com
          subject: Your site is ready!
          message: Yay!
        - event: onPostBuild
          type: sms
          to: 222-222-2222
          message: 'Your build is published!'
        - event: onError
          type: webhook
          endpoint: https://my-webhook-endpoint.com/api
          message: Your site build failed sorry charlie

About

Build plugin to send SMS, email, & webhook notifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published