---
import BaseLayout from "../layouts/BaseLayout.astro";

// Put your real n8n production webhook URL here:
const N8N_WEBHOOK_URL = "https://your-n8n-domain.com/webhook/carrd-contact";
---

title="Rapid Request | Start qualified deals in minutes"
description="Capture high-intent leads and send them straight into your Rapid Request workflow, with HubSpot and Mailchimp wired in through n8n."
>






LIVE LEADS · RFP-FREE WORKFLOWS


Turn inbound interest into
qualified deals, automatically.


This page captures serious buyers and pushes their details straight into
your n8n workflow. From there you enrich in HubSpot, handle NDAs, and
enroll opted-in contacts into Mailchimp campaigns without manual work.



1


High-intent prospects share who they are, what they need, and how
soon they want to move.



2


n8n passes the data to HubSpot as a contact with the right fields
for your pipeline.



3


If they approve marketing emails, your flow enrolls them in your
Mailchimp list for nurturing.





Built for B2B, high-value deals



Plays nicely with n8n, HubSpot, Mailchimp




Share your details



Tell us who you are and how you handle RFPs today. We’ll follow up with
a short intro and options for a live demo.


class="form-grid"
action={N8N_WEBHOOK_URL}
method="POST"
>




class="form-input"
type="text"
id="name"
name="name"
required
placeholder="Jordan Smith"
/>



class="form-input"
type="email"
id="email"
name="email"
required
placeholder="jordan@example.com"
/>



class="form-input"
type="text"
id="company"
name="company"
required
placeholder="Acme Health Plan"
/>



class="form-input"
type="text"
id="role"
name="role"
placeholder="VP Procurement, Director of Pharmacy, etc."
/>



class="form-textarea"
id="message"
name="message"
placeholder="Share a bit about your RFP or vendor onboarding process today."
>


type="checkbox"
id="marketing_opt_in"
name="marketing_opt_in"
value="on"
/>





Untitled Document