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-workflow first)
  • email_health_flag custom property exists on contacts
  • A HubSpot private app access token (HUBSPOT_ACCESS_TOKEN in .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
Installs
21
GitHub Stars
56
First Seen
Apr 9, 2026
review-bounced-contacts — tomgranot/hubspot-admin-skills