email-notify

Send outbound email notifications for Zabbix infrastructure alerts via Gmail Apps Script webhook.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/russellkt/inframon --skill email-notify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email-notify
Source: https://github.com/russellkt/inframon/tree/main/skills/email-notify
Command: npx skills add https://github.com/russellkt/inframon --skill email-notify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the sending of critical infrastructure alerts via email, ensuring timely notification of potential issues to relevant personnel.

Core Features & Use Cases

  • Automated Email Notifications: Sends one-way emails through a secure webhook.
  • Configurable Severity Mapping: Maps Zabbix alert severities to appropriate email subject prefixes.
  • Use Case: When a Zabbix alert with 'Disaster' severity is triggered for a critical server, this skill automatically sends a [CRITICAL] email to the on-call engineer with a detailed body outlining the problem and recommended actions.

Quick Start

Send an email with the subject 'Host issue' and body 'Details here...' to the default recipient.

Frequently Asked Questions about email-notify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send Zabbix alert notifications via email?

To send Zabbix alert notifications via email, this Skill maps Zabbix alert severities to configurable subject prefixes and bodies, dispatching outbound emails through a secure Gmail Apps Script webhook to specified recipients.

How does severity mapping work for infrastructure alert emails?

Severity mapping for infrastructure alert emails works by translating Zabbix alert severity levels, such as 'Disaster', into specific email subject prefixes like '[CRITICAL]', ensuring on-call personnel can quickly prioritize the automated notification.

Do I need a Gmail Apps Script webhook to automate infrastructure alerts?

Yes, you need a Gmail Apps Script webhook configured to send outbound email notifications for infrastructure alerts. The Skill also requires environment variables for webhook URL and API key authentication to securely process alerts.

Can I customize the subject and body of automated infrastructure alert emails?

Yes, you can customize the subject and body of automated infrastructure alert emails. The Skill supports configurable subjects, bodies, and recipients based on the specific Zabbix alert severity triggering the outbound notification.

What is the best way to route critical server alerts to an on-call engineer?

The best way to route critical server alerts to an on-call engineer is using this Skill to automatically send a '[CRITICAL]' email with a detailed body outlining the problem and recommended actions directly from Zabbix.

Why does my email notification script require environment variables?

Your email notification script requires environment variables to provide the webhook URL and API key authentication needed to securely authorize outbound email dispatches through the Gmail Apps Script webhook.