From e9aa4894af531e7174bc4025008a165c0ea76240 Mon Sep 17 00:00:00 2001 From: Kyle R Date: Tue, 14 Mar 2017 04:40:25 -0500 Subject: [PATCH] Update notify.twilio_sms.markdown (#2249) --- source/_components/notify.twilio_sms.markdown | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/source/_components/notify.twilio_sms.markdown b/source/_components/notify.twilio_sms.markdown index 6931d2507eb..73d21af8e2a 100644 --- a/source/_components/notify.twilio_sms.markdown +++ b/source/_components/notify.twilio_sms.markdown @@ -18,12 +18,17 @@ To use this notification platform in your installation, add the following to you ```yaml # Example configuration.yaml entry +twilio: + account_sid: "abc" + auth_token: "xyz" + notify: - - name: NOTIFIER_NAME + - name: sms platform: twilio_sms - account_sid: ACCOUNT_SID_FROM_TWILIO - auth_token: AUTH_TOKEN_FROM_TWILIO - from_number: E164_PHONE_NUMBER + from_number: "+1111" + - name: call + platform: twilio_call + from_number: "+1111" ``` Configuration variables: