email-notifications

Automates email notifications in ServiceNow with templates, scripts, and events.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation and management of ServiceNow email notifications, templates, and events, reducing manual setup and ensuring consistent alerting.

Core Features & Use Cases

  • Notification components: integrates notifications, email templates, events, and recipients for scalable alerting.
  • Templates & scripts: supports reusable email templates and ES5/Scripted logic to customize messages and recipients.
  • Advanced scenarios: supports digests, custom events, dynamic recipients, and outbound email configuration for production-grade alerting.

Quick Start

Create a new notification rule that triggers on incident creation and uses a standard email template to alert the assignee.

Frequently Asked Questions about email-notifications

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

FAQPage Schema
How do I automate ServiceNow email notifications for incident creation?

Automate ServiceNow email notifications by creating a notification rule that triggers on incident creation and uses a standard email template to alert the assigned recipient automatically.

Can I use custom scripts and templates for ServiceNow email alerts?

Yes, ServiceNow email alerts support reusable email templates and ES5-compatible scripted logic to dynamically customize message content and recipient lists for production-grade alerting.

How do digest notifications work in ServiceNow for batched email alerts?

Digest notifications in ServiceNow batch multiple email alerts into a single summary message, utilizing digest configurations across incidents, changes, and requests to reduce outbound email volume.

Does ServiceNow support custom events for triggering outbound email notifications?

Yes, ServiceNow supports custom events queued through the event queue to trigger outbound email notifications, allowing you to configure specific conditions and recipients for tailored alerting.

What is the best way to configure dynamic recipients for ServiceNow email notifications?

Configure dynamic recipients for ServiceNow email notifications by applying scripted logic and templates within your notification rules, ensuring alerts reach the correct users based on event conditions.

Can I include attachments in automated ServiceNow email notifications?

Yes, automated ServiceNow email notifications support attachments, allowing you to send relevant files alongside outbound email alerts configured through templates and notification rules.