Compétences postmark-automation
📦

postmark-automation

Risque faible 🌐 Accès réseau

Automate Postmark Email Delivery

Send templated emails, manage templates, and monitor delivery stats through Postmark's API via Rube MCP. Streamline your transactional email workflows without manual API calls.

Prend en charge: Claude Codex Code(CC)
🥉 72 Bronze
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "postmark-automation". List all available Postmark templates

Résultat attendu:

Retrieved 12 templates: Welcome Email (ID: 1001), Order Confirmation (ID: 1002), Password Reset (ID: 1003), Shipping Notification (ID: 1004), and 8 more.

Utilisation de "postmark-automation". Get delivery stats for last week

Résultat attendu:

Delivery Summary (7 days): Sent: 2,450 | Opened: 1,823 (74.4%) | Clicked: 892 (36.4%) | Bounced: 27 (1.1%). Bounce breakdown: HardBounce: 15, SoftBounce: 10, SpamComplaint: 2.

Audit de sécurité

Risque faible
v1 • 2/24/2026

Static analysis flagged 63 external command patterns and 5 network patterns. All external command findings are false positives - the detected backticks are markdown code formatting in documentation (SKILL.md), not Ruby shell execution. Network findings represent legitimate Postmark API usage via Rube MCP. The skill requires users to set up their own Rube MCP connection and authenticate with Postmark. No hardcoded credentials or malicious patterns detected.

1
Fichiers analysés
193
Lignes analysées
2
résultats
1
Total des audits
Problèmes à risque faible (1)
External Network Dependency
Skill requires connection to external Rube MCP server (https://rube.app/mcp) for Postmark API access. This is a legitimate third-party service but introduces external dependency.

Facteurs de risque

🌐 Accès réseau (1)
Audité par: claude

Score de qualité

38
Architecture
100
Maintenabilité
87
Contenu
50
Communauté
88
Sécurité
91
Conformité aux spécifications

Ce que vous pouvez construire

Startup Notification System

Automate welcome emails, password resets, and account notifications using Postmark templates. Set up triggered email sequences for user onboarding flows.

E-commerce Order Communications

Send order confirmations, shipping updates, and delivery notifications. Monitor bounce rates to maintain sender reputation and reduce failed deliveries.

SaaS Product Updates

Manage template-based announcements for feature releases, maintenance notices, and billing updates. Track open rates to measure engagement.

Essayez ces prompts

Send a Simple Templated Email
Send an email using the Postmark template with ID 123456 to recipient@example.com. Use the template model with name set to 'John' and order_id set to 'ORD-789'.
Batch Send with Multiple Recipients
Send a batch of emails using template alias 'welcome-email' to these 50 new users. Each recipient should have their name and signup_date populated from this CSV data.
Check Delivery Health
Review the delivery statistics for the past 7 days. Show me the bounce breakdown by type and identify any spam complaints. Also pull the outbound overview with open and click rates.
Create and Validate a New Template
Create a new Postmark template called 'Password Reset' with subject 'Reset your password' and this HTML body. Then validate it with sample data showing username and reset_link variables.

Bonnes pratiques

  • Always call RUBE_SEARCH_TOOLS first to get current tool schemas before executing workflows
  • Validate templates with sample data using POSTMARK_VALIDATE_TEMPLATE before sending to catch missing variables
  • Monitor bounce and spam complaint rates regularly to maintain sender reputation and remove hard-bounced addresses

Éviter

  • Do not send batch emails exceeding 500 messages in a single call - split into multiple batches
  • Do not use unverified sender addresses - emails will fail delivery
  • Do not ignore hard bounces - repeatedly sending to invalid addresses damages sender reputation

Foire aux questions

How do I connect Postmark to Rube MCP?
Call RUBE_MANAGE_CONNECTIONS with toolkit 'postmark'. If the connection is not active, follow the authentication link provided to complete OAuth setup with your Postmark account.
What is the maximum number of emails I can send in one batch?
Postmark limits batch sends to 500 messages per API call. For larger lists, split your recipients into multiple batches of 500 or fewer.
How do I find my template ID?
Use POSTMARK_LIST_TEMPLATES to retrieve all templates with their IDs and names. Template IDs are numeric integers used for GET, EDIT, and SEND operations.
What happens if my template has missing variables?
Use POSTMARK_VALIDATE_TEMPLATE with sample TemplateModel data before sending. This catches missing or mismatched variable names early, preventing send failures.
Can I track opens and clicks on my emails?
Yes, configure TrackOpens and TrackLinks in server settings via POSTMARK_GET_SERVER and POSTMARK_EDIT_SERVER. Use POSTMARK_GET_OUTBOUND_OVERVIEW to view aggregated statistics.
How do I handle bounced email addresses?
Use POSTMARK_GET_BOUNCES to retrieve bounce records. Remove hard-bounced addresses from your mailing list immediately. Soft bounces may be temporary; monitor for patterns.

Détails du développeur

Structure de fichiers

📄 SKILL.md