← Back to list

outreach-ops
by canyouseeus
THE LOST+UNFOUNDS - Modern web application
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
name: outreach-ops description: Manages Zoho Mail integrations, newsletter campaigns, and automated outreach. Use when handling email sending, subscriber lists, or newsletter logic.
Outreach Ops Skill
This skill governs all communication channels for THE LOST+UNFOUNDS.
Email Sending Standards
- Integration: ALWAYS use the existing Zoho Mail integrations. Never claim inability to send mail.
- Testing: Use the preferred test path:
POST https://www.thelostandunfounds.com/api/admin/send-welcome-emailswith{"testEmail":"target@example.com"}. - Helpers: Use shared helpers in
lib/api-handlers/_zoho-email-utils.ts. - Environment: Ensure
ZOHO_CLIENT_ID,ZOHO_CLIENT_SECRET,ZOHO_REFRESH_TOKEN, andZOHO_FROM_EMAILare configured.
Newsletter Campaign Standard Procedure
- Load Envs: Load Supabase credentials from
.env.local. - Query Latest: Fetch the most recent campaign from
newsletter_campaigns. - Inject CTA: Inject the Getting Started link (
https://www.thelostandunfounds.com/blog/getting-started) into the HTML content before the footer/hr. - Send/Test:
- Test: POST to
/api/newsletter/sendwithtestEmail. - Full Send: Omit
testEmailto target all verified subscribers.
- Test: POST to
Error Handling
- Surface specific Zoho API error details (status/text) rather than generic failures.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon