[No Longer Supported] Twilio Notifications Driver - Supports SMS and Voice Calls

Yes I seem to remember doing this years ago at work so need to research. Commas also work too

Found it! Updated OP but you need to modify your TwiML bin record and enter number of second pause:

That works great. Thanks for all you have done on this.

1 Like

I just punted twillio as it got too expensive as they were now forcing you to okay 2.00 a month for the number and extra for voice access which I font need. 60? bucks a year plus per text. I already have a voip account with numbers via callcentic which is cheaper than twillio and i use it for our home .

Do u know of a general sip device handler for hubitat that I can configure. Thanks.

Just curious, I'm only paying $1 a month for a phone number, then less than a cent per call or text.

Wondering what you have that is different than I do?

I am only paying $1 a number as well and haven’t seen any price increase emails. I’ve been using Twilio since 2013 and numbers have always been $1 but in recent years tax laws changed and they now charge tax.

Plivo is a competitor of Twilio with similar features. I haven’t looked into them in many years but it might be another option for you.

@MHedish posted several alternative SMS drivers to the community. I haven’t tried them but maybe they would work better for you.

i signed up for a toll free number as it was only a dollar more and cheaper per msg rates as it avoided the att or other surcharges.. but all of a sudden this month they stqarted charged a 3.09 voice fee which i never agreed to and apparently is required.. From reading I believe they are going to charge everyone that 3 extra per month.

I already use my email to sms gateway I wrote and am now looking into using callcentric via their web for to send msgs. I Like to have a backup in case the email gateway is down for serious issues.

I don’t have the toll free number so just $1. I can’t find anything on the site about additional voice charges.

I haven't heard of any voice fee additions but as @j715 mentions I don't have a toll free number either and I haven't been able to find any price increase notifications. I also haven't paid any additional ATT surcharges either. If you have any links to this please post here.

Have you looked at Plivo that I mentioned above? Their monthly phone number rate is only $0.50 and their API is very similar to Twilio and I can easily make a Plivo driver , though voice API and speak notifications might not be possible with Plivo.

@kahn-hubitat I was able to quickly copy my Twilio drivers and make one that works for Plivo for SMS messaging. Checkout their pricing and let me know if this is something that you would be interested in. When signing up, I was given $10 credit so you can easily give it a try and see what charges you incur and compare.

thanks if you have driver let me know.. signed up but said put on waitlist till they clear their backlog.

Why don't you just downgrade to the regular phone number instead of toll free? What is the benefit of having a toll free number for sending SMS messages.

Waitlist? I just registered this morning and didn’t see anything about that. I can post my driver to Git later today. Same setup as Twilio minus the voice/speak bits. Still exploring that but haven’t figured out the hosting of the XML to tell it what to “speak” when a call starts.

cheaper rates no surcharges they added per text for att verizen etc.. Also I shouldnt have too. there is no need to gauge you for a voice connection fee when i never agreed to that and they suddendly start charging me extra without notifying me and turned off my account when in ran out of funds.. i submitted a ticket but at this point they pissed me off.

Wow that is strange

1 Like

thanks added both in prep of getting an account..

It looks like the parent c onfig automatically creates the children.

1 Like

I have been using Twilio Notification for some time on a very limited basis - and had thought I was using the community app version of this driver. I learned this AM I was using the hubitat provided version which has no exposed attribute for use in tiles - I wanted my dashboard tile to display the last sent message but selecting Attribute of the device in the dashboard tile exposes no choices.
I see some variations shown at the top of this post, are there any other variations not mentioned?

I don't really use dashboards but if you can guide me on your need, happy to update the driver to include what you want. Do you just need a "lastMsgSent" type attribute to be set every time a new message is sent? And for this to remain set until the next message? If yes that would be an easy thing to add.