email-notifications

Automate email notification creation and management within ServiceNow.

77|23|Updated Jul 16, 2025
One-click install
npx skills add https://github.com/groeimetai/snow-flow --skill email-notifications-groeimetai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email-notifications
Source: https://github.com/groeimetai/snow-flow/tree/main/packages/opencode/src/bundled-skills/email-notifications
Command: npx skills add https://github.com/groeimetai/snow-flow --skill email-notifications-groeimetai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the creation, configuration, and management of email notifications within ServiceNow, ensuring timely and relevant communication.

Core Features & Use Cases

  • Notification Creation: Define triggers, recipients, and content for various notification types.
  • Email Template Management: Create and utilize reusable HTML templates for consistent branding and messaging.
  • Dynamic Content: Use email scripts to add dynamic data and conditional logic to emails.
  • Use Case: Automatically send an email to the assigned group when an incident's priority is set to 'Critical' and its state is 'New'.

Quick Start

Create a notification for when an incident is assigned to a user.

Frequently Asked Questions about email-notifications

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

FAQPage Schema
How do I create ServiceNow email notifications triggered by record changes?

To create ServiceNow email notifications, you define triggers based on specific events or record changes, configure recipients through users or groups, and apply HTML templates for the notification content.

How do I add dynamic content to a ServiceNow email template?

You add dynamic content to a ServiceNow email template by using email scripts, which allow you to inject dynamic data and apply advanced conditional logic directly into the email notification body.

Can I send an email notification to a specific group when an incident priority changes in ServiceNow?

Yes, you can send an email notification to an assigned group by configuring a notification trigger that checks when an incident's priority is set to a specific value like 'Critical' and its state changes.

What is the best way to manage reusable HTML templates for ServiceNow email notifications?

The best way to manage reusable HTML templates for ServiceNow email notifications is to create and store them within the notification configuration, ensuring consistent branding and messaging across all triggered emails.