Review Bounced Contacts
技能 已验证 活跃Weekly manual review of contacts with 3+ bounce events. Decide whether to delete or attempt recovery for each flagged contact. Prevents over-suppression while removing truly bad data.
To maintain HubSpot CRM hygiene by systematically reviewing and acting upon contacts with high bounce rates, preventing sender reputation damage and ensuring data accuracy.
功能
- Identify contacts with 3+ bounce events
- Manual review guided by a decision matrix
- Actionable steps for deletion or recovery
- Python script for data pre-filtering
- Documentation for rollback procedures
使用场景
- Cleaning up lists with high bounce rates
- Maintaining sender reputation by removing invalid emails
- Deciding the fate of contacts flagged for deliverability issues
- Ensuring data accuracy in HubSpot CRM
非目标
- Automated deletion of contacts without review
- Attempting email recovery without manual assessment
- Managing bounce events directly within HubSpot workflows (this skill focuses on manual review of escalated cases)
Code Execution
- info:ValidationWhile the Python script uses a structured request object for the HubSpot API, explicit schema validation and sanitization are not detailed in the provided context.
Compliance
- info:GDPRWhile the skill operates on contact data which may include personal information, it does not submit this data to a third party and relies on manual review, with no specific mention of additional sanitization.
安装
请先添加 Marketplace
/plugin marketplace add TomGranot/hubspot-admin-skills/plugin install hubspot-admin-skills@hubspot-admin-skills质量评分
已验证类似扩展
Lifecycle Progression Workflow
100Build workflows to automate contact progression through the sales funnel: Lead to MQL to SQL to Opportunity to Customer. Each transition is triggered by a specific event (score threshold, meeting booked, deal created, deal won).
Enrich Contact Industry
99Backfill contact-level industry from associated company records using a HubSpot workflow. Enables industry-based segmentation for targeted campaigns aligned with ICP verticals.
Delete No Email Contacts
98Delete contacts with no email address from a HubSpot CRM instance. These contacts cannot receive any communication and inflate billing. Fully automated via the HubSpot CRM Search and Batch Archive APIs.
Cleanup Dashboards
100Audit and consolidate HubSpot reporting dashboards. Identifies unused, duplicate, or outdated dashboards. Must be performed manually — no dashboard API is available.
Reassign Deactivated Owners
99Reassign contacts and companies from deactivated team members to active owners. Fully automated via the HubSpot Owners API and Batch Update API. Includes territory analysis for informed reassignment decisions.
Weekly Cleanup Routine
98A lightweight 5-minute weekly health check covering bounce monitoring, new contact quality, workflow health, list growth trends, and data quality sampling. Quick early warning system, not a comprehensive audit.