review-bounced-contacts
Installation
SKILL.md
Review Bounced Contacts
A weekly manual review process for contacts flagged with 3+ bounces. The bounce monitoring workflow auto-suppresses these contacts, but a human should decide whether to permanently delete or attempt recovery.
Prerequisites
- Bounce monitoring workflow active (run
/bounce-monitoring-workflowfirst) email_health_flagcustom property exists on contacts- A HubSpot private app access token (
HUBSPOT_ACCESS_TOKENin.env) for scripted pre-filtering
Step-by-Step Instructions
Stage 1: Before
Use the CRM Search API to pull contacts where email_health_flag is set:
import os, requests
from dotenv import load_dotenv