# Integrations

Connect SendBeam to the tools you already use: the official n8n node and WordPress plugin, and ready-made examples for Zapier, Make and the frameworks and hosts your sites run on.

Everything here talks to the same two things: the [REST API](https://sendbeam.io/docs/api), with an API key from
your workspace, and your [public forms](https://sendbeam.io/docs/forms). The official integrations wrap them so you
choose lists, tags and forms by name instead of copying IDs.

## Official integrations

Built and maintained by SendBeam, with their own documentation.

| Integration | What it does |
| --- | --- |
| [**n8n**](https://sendbeam.io/docs/n8n) | A community node with 25 actions for your contacts, lists, tags, campaigns, automations and email, and a trigger for every SendBeam event. |
| [**WordPress**](https://sendbeam.io/docs/wordpress) | A plugin that puts your forms and pop-ups on the site, collects opt-ins at registration, comments and checkout, and sends the site's own email. |

## Everything else

Setup notes and copy-paste code for each tool, including the official ones above, are on the
[integrations pages](https://sendbeam.io/integrations).

### Automation

- [Zapier](https://sendbeam.io/integrations/zapier) — The SendBeam app for Zapier: instant triggers for new contacts, unsubscribes, list joins and form submissions, plus contact and send actions.
- [Make](https://sendbeam.io/integrations/make) — Use Make's HTTP module to add contacts and send email through the SendBeam REST API.
- [n8n](https://sendbeam.io/integrations/n8n) — The official SendBeam node for n8n: 25 actions for contacts, lists, tags, campaigns, automations and email, and a trigger for every SendBeam event.

### Apps you already use

- [Typeform](https://sendbeam.io/integrations/typeform) — Turn Typeform responses into SendBeam contacts, on the list and with the tags you choose.
- [Tally](https://sendbeam.io/integrations/tally) — Send Tally form submissions to SendBeam as contacts, using Tally's own webhooks or an automation tool.
- [Jotform](https://sendbeam.io/integrations/jotform) — Add Jotform submissions to SendBeam as contacts and put them on a list, through n8n, Make or Zapier.
- [Google Sheets](https://sendbeam.io/integrations/google-sheets) — Add each new row of a Google Sheet to SendBeam as a contact — handy for lists people still keep in a spreadsheet.
- [Airtable](https://sendbeam.io/integrations/airtable) — Keep SendBeam in step with an Airtable base: each new record with an email becomes a contact.
- [Notion](https://sendbeam.io/integrations/notion) — Add people from a Notion database to SendBeam: a new page with an email becomes a contact.
- [Stripe](https://sendbeam.io/integrations/stripe) — Add new Stripe customers to SendBeam as contacts, ready for onboarding emails and receipts.
- [Shopify](https://sendbeam.io/integrations/shopify) — Add Shopify customers to SendBeam as contacts, and tag the ones who agreed to marketing.
- [Gumroad](https://sendbeam.io/integrations/gumroad) — Add Gumroad buyers to SendBeam as contacts, so each product can have its own list.
- [Lemon Squeezy](https://sendbeam.io/integrations/lemon-squeezy) — Add Lemon Squeezy customers to SendBeam from each new order, using Lemon Squeezy's webhooks or Zapier.
- [Calendly](https://sendbeam.io/integrations/calendly) — Add people who book a Calendly meeting to SendBeam, so follow-ups go out after the call.
- [Eventbrite](https://sendbeam.io/integrations/eventbrite) — Add Eventbrite attendees to SendBeam as contacts, tagged by event, for reminders and follow-ups.
- [Webflow](https://sendbeam.io/integrations/webflow) — Send Webflow form submissions to SendBeam as contacts, or embed a SendBeam form in Webflow directly.
- [HubSpot](https://sendbeam.io/integrations/hubspot) — Add new HubSpot contacts to SendBeam, so your CRM and your newsletter share one list of people.
- [Slack](https://sendbeam.io/integrations/slack) — Post new SendBeam subscribers, unsubscribes and form submissions into a Slack channel.

### CMS

- [WordPress](https://sendbeam.io/integrations/wordpress) — The official plugin puts your forms on the site with a block or a shortcode, runs pop-ups with their own targeting, collects opt-ins at registration, comments and checkout, and sends the site's own email from your verified domain.

### Framework

- [Astro](https://sendbeam.io/integrations/astro) — A newsletter signup and a contact form as Astro components, posting straight to SendBeam with no server code.
- [Next.js](https://sendbeam.io/integrations/nextjs) — Client components for newsletter signup and a contact form that post to SendBeam, with no API route to maintain.
- [Hugo](https://sendbeam.io/integrations/hugo) — Partials for a signup and a contact form on a Hugo site, with the form IDs in hugo.toml.
- [Eleventy](https://sendbeam.io/integrations/eleventy) — Nunjucks includes for a signup and a contact form, with form IDs read from the environment at build time.

### Hosting

- [Cloudflare Pages](https://sendbeam.io/integrations/cloudflare-pages) — A contact form and newsletter signup on Cloudflare Pages without a Pages Function, plus the _headers file for Turnstile.
- [Netlify](https://sendbeam.io/integrations/netlify) — Forms on a Netlify site that keep working when you move hosts, with the netlify.toml headers for Turnstile.
- [Vercel](https://sendbeam.io/integrations/vercel) — A Next.js or static site on Vercel with SendBeam forms and a vercel.json headers block.

## Missing an integration?

Tell us which tool you want SendBeam to work with on [Request an integration](https://sendbeam.io/integrations/request).
If you have built an integration with SendBeam, [list your integration](https://sendbeam.io/integrations/submit) and we
will add a page for it.

---
Source: https://sendbeam.io/docs/integrations
