🀝 Feedspace Testimonials to HubSpot CRM Contacts

⚑ 4 views · 🀝 CRM & Sales Operations

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

What problem does it solve? Manually copying contacts and testimonials from Feedspace to HubSpot is time-consuming and error-prone. This workflow automates the entire process, ensuring every testimonial is:

How It Works

  1. Receive Webhook - Feedspace sends testimonial data via webhook when a new submission arrives
  2. Extract Data - Code node parses and normalizes the testimonial payload (handles text, video, and audio types)
  3. Validate Email - IF node checks if reviewer email exists (required for HubSpot contact)
  4. Upsert Contact - HubSpot node creates a new contact or updates existing one based on email
  5. Create Note - HTTP Request creates a detailed note associated with the contact
  6. Respond - Returns success/error response to Feedspace

Setup Steps 1. Configure HubSpot Credentials

2. Get the Webhook URL

3. Configure Feedspace

4. Activate the Workflow

πŸ”— Nodes Used

HTTP Request, Webhook, HubSpot

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup