Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Simple Twilio SMS Plugin

Text someone when your site has finished successfully deploying.

How to use

In your netlify config file add:

plugins:
  - type: '@netlify/plugin-twiliosms'

Configuration

  • message - Message in the SMS. Defaults to 'Hi there, we just deployed the site successfully!'
  • to - SMS phone number to send message to. Defaults to process.env.TO_NUM
  • from - SMS phone number to send message from. Defaults to process.env.FROM_NUM
plugins:
  - type: '@netlify/plugin-twiliosms'
    config:
      to: 111-111-2222
      from: 333-333-3333
      message: Yay deploy is done!

Environment Variables

Add these environment variables to your project:

  • ACCOUNT_SID - Your Account SID from www.twilio.com/console
  • AUTH_TOKEN - Your Auth Token from www.twilio.com/console
  • TO_NUM - The number you'll be texting, should be formatted like this: "+1650XXXXXXX"
  • FROM_NUM - The number you'll be texting from, must be a valid Twilio number, should be formatted like this: "+1650XXXXXXX"

About

An extremely simple plugin that texts you when your site is done building

Resources

Stars

2 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages