> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brew.new/llms.txt
> Use this file to discover all available pages before exploring further.

# Create in Brew, Send From HubSpot

> Keep HubSpot as your CRM and sending platform while Brew handles email creation, so every send stays on brand without a designer.

Your CRM, contacts, workflows, and reporting live in HubSpot. The slow part is making the email: design, copy, and brand review. This recipe keeps HubSpot as your system of record and sending platform, and moves only creation to Brew.

Nothing about your HubSpot setup changes. Brew exports finished designs into Marketing Hub as reusable templates. Your audiences, automation, and attribution stay where they are.

<Info>
  **Before you start.** [Add your brand](/get-started/add-your-brand) from your website, and connect the [HubSpot integration](/integrations/export/hubspot). You do not need a verified Brew sending domain for this recipe, because HubSpot does the sending.
</Info>

## 1. Create the Email in Brew

Open **Emails** and describe what you need. Brew designs it on brand from your design system: layout, copy, and images. Iterate in chat or [edit inline](/create-emails/the-interface) until it's ready.

Everything HubSpot needs travels with the design. Merge tags convert on export, so personalization keeps working. See [merge tags](/create-emails/merge-tags) for the syntax.

## 2. Export the Design to HubSpot

Click **Send** in the top right, choose **Export template**, and pick **HubSpot**. The design lands in **Marketing → Email** as a custom template. The [HubSpot integration page](/integrations/export/hubspot) covers the click-path and where exports appear.

From an agent or the API, the same step is one call:

```bash theme={null}
curl -X POST "https://brew.new/api/v1/emails/{emailId}/export" \
  -H "Authorization: Bearer brew_…" \
  -d '{ "provider": "hubspot", "templateName": "October product update" }'
```

Exports are free and charge no credits. Pass `dry_run: true` first to validate the design and the connection without creating anything.

## 3. Send From HubSpot as Usual

In HubSpot, build your email from the exported template, pick your list, and send or schedule. Your HubSpot workflows can use the template like any other. Opens, clicks, and attribution report in HubSpot, next to the rest of your funnel.

## When to Revisit This Split

This split solves the creation bottleneck. Two signals it's time to go further:

* You want engagement-based audiences and per-step automation analytics in one place. That's Brew's [Audience](/audience/create-audiences) and [Automations](/create-emails/automations) surface.
* Your team or agents want to run the whole loop, create to send to [analytics](/analytics/reading-analytics), over [MCP](/api-reference/mcp/connect-your-client).

Until then, this recipe is a complete, stable setup. Teams run it indefinitely.

## Need Help?

Our team is ready to support you at every step of your journey with Brew. Choose the option that works best for you:

<Tabs>
  <Tab title="Self-Service Tools">
    <CardGroup cols="2">
      <Card title="Search Documentation" icon="magnifying-glass" color="#c44925">
        Type in the "Ask any question" search bar at the top left to instantly find relevant documentation pages.
      </Card>

      <Card title="ChatGPT/Claude Integration" icon="robot" color="#c44925">
        Click "Open in ChatGPT" at the top right of any page to explore it further with ChatGPT or Claude.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Talk to Our Team">
    <CardGroup cols="2">
      <Card title="Schedule a Call" icon="calendar" color="#c44925" href="https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ1iYoRUG1J792XQpbuQLjSRRDupr7MwraFK-HQRCtTYdBmrQi8nZu2qXfzKQigb8gbKJK3KN3-R">
        Book time with our founders for personalized guidance on strategy, best practices, or complex implementation questions.
      </Card>

      <Card title="Call Us Directly" icon="phone" color="#c44925">
        Need immediate assistance? Reach us at **+1-(332)-203-2145** for urgent issues or time-sensitive questions.
      </Card>

      <Card title="Slack Channel" icon="slack" color="#c44925">
        Our preferred support channel. You'll receive an invite after signup for direct founder support and fast responses.
      </Card>

      <Card title="Email Support" icon="envelope" color="#c44925" href="mailto:support@brew.new">
        Contact us at **[support@brew.new](mailto:support@brew.new)** for detailed inquiries or if you prefer not to use Slack.
      </Card>
    </CardGroup>
  </Tab>
</Tabs>
