Telegram Notifications service
API
Sending notification to your chats use following request:
POST / HTTP/1.1
Request headers:
Content-Type: application/json
Request Body:
{
"message": required|string,
"receivers": required|int[]
}message - message for sending to receivers
receivers - receivers is chats: channels/private chats/groups
Example:
Method:
POST
URL:
https://notifications.aow.space/
Headers:
Content-Type: application/json
Request body:
{
"message": "Test message",
"receivers": [123456789, 987654321]
}Telegram Bot: Notifications
Usage
Add a bot to the chat and use command for obtaining current chat ID
Commands:
/chatid - obtain current chat ID