An open API service indexing awesome lists of open source software.

https://github.com/ganesshkumar/azure-function-telegram

Azure serverless function to send text message via telegram
https://github.com/ganesshkumar/azure-function-telegram

azure azure-functions telegram

Last synced: about 1 month ago
JSON representation

Azure serverless function to send text message via telegram

Awesome Lists containing this project

README

          

## azure-function-telegram

* Set up Azure function with a http trigger
* Pass the following object in the request body to send a message to Telegram

```
{
"msg": "The message you want to send",
"recipientId": ""
}
```