simontelephonics / smsconnector

SMS Connector module for FreePBX 16 and 17
https://simon.tel/open-source/
GNU General Public License v3.0
37 stars 16 forks source link

Feature Request - Generic API #50

Closed rpruden closed 4 weeks ago

rpruden commented 1 month ago

Would it be possible to create a "Generic" integration that allows you to specify the inbound and outbound URLs.

Secondarily, we have worked with a platform called Textable that is integrated with Flowroute. I'm thinking it would be great to have the messages arrive in Textable, and then forward on to this API endpoint and then to send return responses to Textable's API endpoint so that communications would show up in the Textable App and the Sangoma App.

billsimon commented 4 weeks ago

SMS Connector essentially is a "generic API" in that you can write a module for any REST-style SMS provider. But we cannot make it more generic just by specifying inbound/outbound URLs because there is no generic standard.

A provider module could be written for Textable if it has a REST API; please open a feature request for that.