notify-user

Send event-driven email alerts via Mailgun for job status and failures.

2|1|Updated Jul 19, 2024
One-click install
npx skills add https://github.com/TeamDay-AI/agents --skill notify-user-teamday-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notify-user
Source: https://github.com/TeamDay-AI/agents/tree/main/skills/teamday/notify-user
Command: npx skills add https://github.com/TeamDay-AI/agents --skill notify-user-teamday-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Notify users by email when events occur.

Core Features & Use Cases

  • Email-based notifications delivered via Mailgun to keep users informed about job status, errors, and actions needed.
  • Credential-managed setup ensures secure access via the credential-activation skill.
  • Use Case: Automatically alert a user when a scheduled task finishes or encounters a failure.

Quick Start

Configure Mailgun credentials using the credential-activation skill, then trigger a test notification.

Frequently Asked Questions about notify-user

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

FAQPage Schema
How do I send automated email notifications when a scheduled task fails or completes?

To send automated email notifications for job completion or failures, you can trigger event-driven alerts in your automated workflows, constructing templated notification payloads to deliver status updates.

How does Mailgun API integration work for sending event-driven alerts?

Mailgun integration works by enforcing credential management for secure access and applying region-aware API usage to route templated notification payloads for event-driven alerts.

Do I need to configure credentials before setting up email notifications?

Yes, you must configure credentials before setting up email notifications, using the credential-activation skill to enforce secure access and enable region-aware Mailgun API usage.

What is the best way to prompt users for input via email in an automated workflow?

The best way to prompt users for input via email is to send event-driven notifications using templated payloads, clearly communicating what action or information is needed within the automated workflow.

Can I use this approach to notify users across different Mailgun regions?

Yes, you can notify users across different regions, as the system applies region-aware Mailgun API usage to ensure event-driven email alerts are routed correctly based on your account configuration.