Skip to main content
Send Notification

Overview

The Send Notification node sends alerts directly to your Langdock inbox. Create custom messages to notify yourself about workflow events, completion status, important data, or when something needs attention.
Best for: Workflow completion alerts, error notifications, status updates, data summaries, and custom alerts requiring attention.

Configuration

Message: Custom notification message (supports variables and markdown) You can include any data from previous nodes using variables to create rich, contextual notifications.

Example Notifications

High Priority Alert

🚨 **High Priority Customer Feedback** A high-priority support request was
received: **Customer:**
{{trigger.output.customer_name}}
**Email:**
{{trigger.output.email}}
**Category:**
{{agent.output.category}}
**Sentiment:**
{{agent.output.sentiment}}

**Summary:**
{{agent.output.summary}}

**Action Required:** Please respond within 1 hour.

Processing Complete

✨ **Batch Processing Complete** Successfully processed
**Success:**
{{code.output.success_count}}
**Errors:**
{{code.output.error_count}}
**Duration:**
{{code.output.duration_minutes}}
minutes Check the logs for details.

Markdown Formatting

Make your notifications easier to read with markdown:
# Important Alert **Bold text** for emphasis *Italic text* for notes - Bullet
point 1 - Bullet point 2 - Bullet point 3 [Link to
dashboard](https://app.example.com/dashboard)

Best Practices

Include essential information but don’t overwhelm. Use bullet points for multiple items.
Include relevant IDs, names, or links so you can quickly take action.
Structure your message with headers and sections for easy scanning.
Tell yourself what to do next: “Review the dashboard”, “Respond to customer”, etc.
Run test workflows to see how notifications appear in your inbox.

Next Steps