From c7a99c79072f819d3ccafa8a5d0f9648ff7297e7 Mon Sep 17 00:00:00 2001 From: Adam Dodman Date: Sat, 10 Dec 2016 20:58:42 +0000 Subject: [PATCH] Add Twilio SMS notifier --- notify.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/notify.yaml b/notify.yaml index 9915753..243bb9b 100644 --- a/notify.yaml +++ b/notify.yaml @@ -1,8 +1,16 @@ ### Notify: -#Adams Phone +#Adams Phone Pushover - name: Adams Android platform: pushover api_key: !secret pushover_api user_key: !secret pushover_user +- name: SMS + platform: twilio_sms + account_sid: !secret twilio_sid + auth_token: !secret twilio_from + from_number: !secret twilio_from + + +