Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add textbelt for self hosted SMS/text messaging? #192

Closed
daluu opened this issue Aug 10, 2015 · 7 comments
Closed

Add textbelt for self hosted SMS/text messaging? #192

daluu opened this issue Aug 10, 2015 · 7 comments
Labels

Comments

@daluu
Copy link

daluu commented Aug 10, 2015

See https://github.com/typpo/textbelt

@nodiscc
Copy link
Member

nodiscc commented Aug 11, 2015

This requires a third-party service provider (textbelt.com) so I don't think this qualifies as a self-hosted solution.

@Kickball Kickball added invalid and removed addition labels Aug 11, 2015
@Kickball
Copy link
Collaborator

Closed based on nodiscc comment.

@daluu
Copy link
Author

daluu commented Aug 11, 2015

That's not true. Recommend a re-open. Did you guys actually read through the readme of the Github project?

The Github project mentions 2 options:

  • self host option using the source code on Github, run own instance of the server/API where you route the SMS API requests to email gateways of the telecom carriers. Requires sendmail.
  • 3rd party service for those who do not wish to host themselves (textbelt.com API).

The project has a provider list for those who want to do the hacky simplest way by sending their SMS via email directly rather than API of the server, by just using the provided list of email gateways, substituting in the phone # as the email user ID.

https://github.com/typpo/textbelt/blob/master/lib/providers.js

@nodiscc nodiscc reopened this Aug 11, 2015
@realdavidops
Copy link
Contributor

I do have to admit this would be a great addition. It takes advantage of the fact that you can email users. Great for monitoring setups!

@nodiscc nodiscc added addition and removed invalid labels Aug 12, 2015
@nodiscc
Copy link
Member

nodiscc commented Aug 13, 2015

@daluu I misread the Github project description and thought it was just a frontend for the service at textbelt.com. The author may want to clarify the description...

TextBelt (http://textbelt.com) is an outgoing SMS API that uses carrier-specific gateways to deliver your text messages for free, and without ads. The service is fairly reliable and has sent over 100,000 texts.
Send a text with a simple POST request:
$ curl -X POST http://textbelt.com/text [...]

A patch to add this application would be accepted (with an ⚠ symbol, as it relies on phone carriers SMS services)

@nodiscc
Copy link
Member

nodiscc commented Aug 21, 2015

@david-AT @daluu can you submit a pull request to add textbelt?

@nodiscc
Copy link
Member

nodiscc commented Sep 2, 2015

Fixed in #237

@nodiscc nodiscc closed this as completed Sep 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

4 participants