← All lessons
5 min read

Connecting Your Email Tool

How to wire your squeeze page to Mailchimp, ConvertKit, AWeber, or Constant Contact.

Your squeeze page is just a form. The list lives in your email service provider (ESP). Here's the short version of how to connect each of the big four.

Mailchimp Use an embedded form or the Mailchimp API with your audience ID and an API key. The form posts the email straight into your audience and triggers any welcome automation you have set up.

ConvertKit ConvertKit forms accept POSTs against `https://api.convertkit.com/v3/forms/{form_id}/subscribe` with your API key. Tag the subscriber on signup so you can segment them later.

AWeber AWeber's classic embedded form is the fastest path. You can also use their API to add subscribers programmatically and apply tags by ID.

Constant Contact Constant Contact uses a similar pattern — embed their form code, or use the API to add a contact to a specific list. Their UI is simpler if you're new to email marketing.

What we do for you When you order a squeeze page from us, tell us which of these four you use and (if you know it) your list ID. We wire it up so the form posts straight into your account — no Zapier, no third-party middleware, no monthly subscription on top of what you already pay your ESP.

Next lesson
Anatomy of a Squeeze Page