Customer Form → Webhook.site → n8n → CRM + Email
Process customer inquiries from web forms through a temporary webhook endpoint during n8n development and testing phases.
Workflow Steps
Webhook.site
Generate temporary webhook URL
Create a unique webhook URL at webhook.site to capture form submissions during development, providing a temporary public endpoint
n8n
Fetch and process webhook data
Use n8n's HTTP Request node to poll webhook.site's API every 5 minutes to retrieve new form submissions and process customer data
HubSpot
Create contact record
Use n8n's HubSpot node to automatically create new contact records from form data, including name, email, company, and inquiry details
Gmail
Send follow-up email
Configure n8n's Gmail node to send a personalized thank-you email to the customer and an internal notification to the sales team
Workflow Flow
Step 1
Webhook.site
Generate temporary webhook URL
Step 2
n8n
Fetch and process webhook data
Step 3
HubSpot
Create contact record
Step 4
Gmail
Send follow-up email
Why This Works
Webhook.site provides an instant, no-setup public endpoint for testing, while n8n's polling capability bridges the gap to your local development environment
Best For
Processing web form submissions during n8n development when you need a temporary public webhook endpoint
Explore More Recipes by Tool
Comments
No comments yet. Be the first to share your thoughts!