FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
794 views 0 comments
by

I have been looking at the integration with Microsoft Teams and they have a great feature where you can send a message directly into a channel just by using a tailored Curl command. 

curl -H "Content-Type: application/json" -d "{\"text\": \"Hello World\"}" <YOUR WEBHOOK URL>

There is heaps of examples here - https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/connectors/connectors-using

I'd like to see the Forward to HTTP system reworked to allow me to paste in a fully customised curl command and just substitute in the SMS sender number and message. For example it could look something like this.

curl -H "Content-Type: application/json" -d "{\"text\": \"%%SMSMESSAGE%%\"}" <YOUR WEBHOOK URL>

I think this would open up a whole heap of new applications as you could integrate SMS reception into pretty much any web service.

2 Answers

0 votes
by anonymous
Hello,

Thank you for your feedback and suggestion.

Please contact your Teltonika sales manager for possibility to implement these changes.
0 votes
by anonymous
I second that! This would be a great addition to the System if it would be this customizable!