Registration Alerts for Telegram fires a customisable Telegram message every time a new user registers on your WordPress site — via the standard registration form, WooCommerce checkout, REST API, or the admin panel.
{display_name}, {user_login}, {user_email}, {role}, {source}, {site_name}, {admin_url})SafeUser Pro is a standalone add-on — distributed separately from this free plugin — that adds:
SafeUser Pro is not included in or required by this free plugin. Learn more: https://fnlpulse.com/safeuser/
The bot token can be locked via a wp-config.php constant so it is never stored in the database:
define( 'REATG_BOT_TOKEN', 'your-token' );
This plugin connects to the Telegram Bot API (api.telegram.org) — a third-party service operated by Telegram — to deliver notifications and configure your bot. This is required for the plugin to function.
What is sent and when:
sendMessage endpoint to deliver your notification. The message contains whatever fields you include in your template — by default this can be the new user’s username, email address, display name, role, and registration source.getMe and sendMessage endpoints to verify the token and chat.getUpdates endpoint to read your bot’s recent messages and find your Chat ID.api.telegram.org to confirm outbound HTTPS is available.Your bot token is transmitted to Telegram as part of each API request. No data is sent to Telegram unless you have configured a bot token.
Telegram’s terms and privacy policy: