I had a personal account that worked for SMS until Twilio implemented a verification system; SMS transmission is granted to an account only after a use case has been approved. My application for approval was denied. I suspect Twilio SMS is no longer usable for HA.
Related topics:
Dose anyone have this issue?
After successfully setting up Twilio for inbound and outbound sms and mms notifications, with twilio’s trial account, i tried to upgrade my twilio to full account, just to learn that twilio has completely disabled and is unwilling to allow me use it i got the following message from twilio.
Thank you for responding to our email. Unfortunately we cannot move forward with your request as your use case is not supported. More specifically, per Twilio’s [Terms of Service…
HI
I am attempting to setup Twilio to send an sms inside of an automation …
I have intalled the twilio integration that told me to setup a webhook in the twilio account which i did.
I added the following to configuration.yaml
notify:
- name: twilio_sma
platform: twilio_sms
from_number: "phone number from twilio"
The automation i created in yaml
alias: SMS Send
description: ''
triggers:
- type: changed_states
device_id: 5c7059377f8a14ab716e735bc4259060
entity_id: …
1 Like