Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 674 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 674 Bytes

Notifygram

Notifygram is a free service for sending notifications directly to Telegram.

Connect Notifygram

  1. Connect Notifygram at https://notifygram.org
  2. Create a project
  3. Add telegram users you want to receive notifications

Embed Notifygram.class.php

<?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.

Notifygram API

API is available here: https://notifygram.org/api

Plugins

  • Wordpress plugin by @ameer_mousavi

Feedback

If you have any ideas feel free to write me directly in Telegram: @ilzheev