Twilio Messaging Plugin

Version0.2.1
Last UpdatedApril 27, 2019

This plugin integrates the Twilio messaging platform with HomeSeer. You can create HomeSeer events which send SMS messages to alert on whatever you desire.

Prerequisites

  1. A Twilio account with Programmable SMS configured
  2. HomeSeer 3 installation

Installation

  1. Locate the Twilio Messaging plugin in the HomeSeer plugin directory under Phone Text & Email
  2. Click Install
  3. Done!

Setup

  1. Go to Plugins -> Twilio Messaging -> Configuration in HomeSeer
  2. Enter your Account SID, Auth Token, and “From” phone number from your Twilio Programmable SMS settings
  3. Perform a test to ensure settings are working correctly.

image

Usage

Notify when events take place

This plugin can be used to notify you of events taking place.

  1. From a HomeSeer event, locate and select the “Twilio Messaging: Send a Message” option: image
  2. Enter the message recipient, and the message you wish to send image
  3. Done!

Trigger an event when a message is received

In addition to responding to events, you can use this plugin to trigger events when you send messages to your configured Twilio number.

  1. Create a new HomeSeer event. Locate and select the “Twilio: A text message is received from or containing…” option.
  2. Optionally filter the trigger by sender (“From number”). By default, this trigger will fire for any sender.
  3. Specify the message text to look for. This is a case-insensitive test. If a message is received containing this text, then the trigger will fire.

image

Support

File an issue in the Twilio Messaging GitHib Repository

Changelog

0.1.0

2019-03-03

  • Initial Release

0.2.0

2019-03-22

  • Adds support for triggering events when messages are received

0.2.1

2019-04-27

  • Fix reported version number