Webflow + Brevo इंटीग्रेशन
Webflow + Brevo
Webflow के फ़ॉर्म submissions को Brevo के contact management और campaign engine से जोड़ें। हर फ़ॉर्म submission एक Brevo contact बनाता है और फ़ॉर्म प्रकार के आधार पर targeting sequences ट्रिगर करता है।
उपयोग किए गए MCP सर्वर
| सर्वर | पैकेज | Auth | उद्देश्य |
|---|---|---|---|
| Webflow MCP | webflow/mcp-server | OAuth | Sites, forms, submissions, CMS collections |
| Brevo MCP | mcp.brevo.com/v1/brevo/mcp | टोकन | Contacts, email campaigns, SMS, WhatsApp |
सेटअप
{ "mcpServers": { "webflow": { "command": "npx", "args": ["-y", "@webflow/mcp-server"], "env": { "WEBFLOW_API_TOKEN": "your-webflow-token" } }, "brevo": { "command": "npx", "args": [ "mcp-remote", "https://mcp.brevo.com/v1/brevo/mcp", "--header", "Authorization: Bearer ${BREVO_MCP_TOKEN}" ], "env": { "BREVO_MCP_TOKEN": "your-brevo-mcp-token" } } }}Use Case: Form Lead Capture Agent
---name: webflow-lead-capturedescription: Sync Webflow form submissions to Brevo contacts and trigger nurture sequencesversion: 1.0.0temperature: 0.2tools: - webflow - brevo_contacts - brevo_lists - brevo_email_campaign_managementtriggers: - event: form_submission---
# Webflow Lead Capture Agent
## Form-to-List Mapping
| Webflow Form | Brevo List | Nurture Sequence ||-------------|-----------|-----------------|| Contact Form | General Inquiries | Standard follow-up (5 emails, 14 days) || Demo Request | Demo Pipeline | Demo prep sequence (3 emails, 7 days) || Newsletter Signup | Newsletter | Welcome series (4 emails, 30 days) || Pricing Page | High Intent | Sales outreach (immediate + 2 days) |
## Rules- ALWAYS email address validate करें submission से पहले- NEVER duplicate contacts बनाएं, email से match करें- CMS content metadata को Brevo attributes में map करेंअगले कदम
- HubSpot + Brevo, CRM इंटीग्रेशन
- Custom API + Brevo, कस्टम कनेक्टर बनाएं