E-commerce

Squarespace

Website builder with commerce + email campaigns.

Email capabilities

  • Own email API
  • Sends notifications

Connection methods

  • Native

Squarespace is a website builder with commerce and a built-in Email Campaigns product. It's a more closed ecosystem than Shopify, with order confirmations sent natively.

Connect Squarespace to MailKite

Squarespace Commerce is closed; pair with MailKite for off-platform transactional flows via API.

Send email from Squarespace with MailKite

A minimal, copy-paste starter. Swap in your own domain and API key.

send.ts
import { MailKiteClient } from "@mailkite/client";

// One API, your own DKIM-signed domain — no mail server to run
const mailkite = new MailKiteClient({ token: process.env.MK_API_KEY! });

await mailkite.send({
from: "you@yourdomain.com", // any address on a verified domain
to: "user@example.com",
subject: "Hello from Squarespace",
html: "<p>Sent in milliseconds via MailKite.</p>",
});
Read the sending quickstart
Email tools

Commonly paired with Squarespace

Connect Squarespace to MailKite today

Point a domain, set one SMTP endpoint, send your first email in minutes. Unlimited domains, no credit card.