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.
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「postmark-automation」。 List all available Postmark templates
預期結果:
Retrieved 12 templates: Welcome Email (ID: 1001), Order Confirmation (ID: 1002), Password Reset (ID: 1003), Shipping Notification (ID: 1004), and 8 more.
正在使用「postmark-automation」。 Get delivery stats for last week
預期結果:
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.
安全審計
低風險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)
風險因素
🌐 網路存取 (1)
品質評分
你能建構什麼
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.
試試這些提示
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.
最佳實務
- 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
避免
- 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