Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

netlify-labs/netlify-plugin-twiliosms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /