this post was submitted on 06 Jul 2023
15 points (100.0% liked)

Programming

17022 readers
263 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
15
Twilio Alternatives (programming.dev)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

I'm trying to stop using my phone number for registering stuff and was wondering what alternatives would be suitable for forwarding messages and calls since I know about Twilio but it seems to be really bad.

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 1 year ago (1 children)

I realize they’ve become a behemoth in the space, but I may have missed what made them “bad”.

[–] [email protected] 3 points 1 year ago

+1. I haven’t used Twilio much, but I was impressed with the ease of use and onboarding when I used it 5+ years ago

[–] [email protected] 4 points 1 year ago

If you find a decent alternative let me know. I have been looking for a while and not found anything that supports the full feature set I want (including Twilio).

[–] [email protected] 4 points 1 year ago

Big public clouds will provide SMS send as service e.g. Azure Communication Services or AWS SNS. You can uses these services without hosting your workload in those clouds.

[–] [email protected] 3 points 1 year ago

Are you trying to do something programmatic with thousands of calls, or just engineer your own bespoke stuff? Seconding AWS SNS for big things. For small projects things, Google Voice at least used to be free or cheap and let you treat phone communications much more like emails than a standard phone number does.

[–] scottmeme 1 points 1 year ago

I've used plivo for a project I had built previously for a client. Pretty straight forward API