postmark-automation
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.
Baixar o ZIP da skill
Upload no Claude
Vá em Configurações → Capacidades → Skills → Upload skill
Ative e comece a usar
Testar
A utilizar "postmark-automation". List all available Postmark templates
Resultado esperado:
Retrieved 12 templates: Welcome Email (ID: 1001), Order Confirmation (ID: 1002), Password Reset (ID: 1003), Shipping Notification (ID: 1004), and 8 more.
A utilizar "postmark-automation". Get delivery stats for last week
Resultado esperado:
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.
Auditoria de Segurança
Baixo RiscoStatic 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.
Problemas de Baixo Risco (1)
Fatores de risco
🌐 Acesso à rede (1)
Pontuação de qualidade
O Que Você Pode Construir
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.
Tente Estes Prompts
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'.
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.
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 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.
Melhores Práticas
- 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
Evitar
- 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
Perguntas Frequentes
How do I connect Postmark to Rube MCP?
What is the maximum number of emails I can send in one batch?
How do I find my template ID?
What happens if my template has missing variables?
Can I track opens and clicks on my emails?
How do I handle bounced email addresses?
Detalhes do Desenvolvedor
Autor
sickn33Licença
MIT
Repositório
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/postmark-automationReferência
main
Estrutura de arquivos
📄 SKILL.md