Notifygram is a free service for sending notifications directly to Telegram.
- Connect Notifygram at https://notifygram.org
- Create a project
- Add telegram users you want to receive notifications
<?php
require_once("Notifygram.class.php");
$notifygram = new Notifygram($project_api_key, $project_token);
$notifygram->notify($message);
?>
You can use line breaks \n in $message text.
API is available here: https://notifygram.org/api
- Wordpress plugin by @ameer_mousavi
If you have any ideas feel free to write me directly in Telegram: @ilzheev