Email marketing platform
SendX logo

SendX Integrations: Native, Zapier, and API

SendX approaches integrations from the marketing side: a curated partner directory covering six categories, an officially maintained Zapier app reaching 9,000+ apps, and one REST surface at api.sendx.io/api/v1/rest wrapped by six official SDKs. What it lacks is a relay: no SMTP hostname, port or credential is issued to SendX accounts, so every integration here is a hosted connector, a Zapier hop, or an HTTPS call.

The stack is narrower and deeper than the marketplaces of Brevo or MailerLite: first-party connectors for the systems that feed a contact list — storefront, CMS, payments, CRM — and everything else through Zapier or your own code.

At a glance

6
Native partner categories
Communication, CRM, e-commerce, email marketing, marketing automation, payments.
9,000+
Apps via the official Zapier app
Three triggers, three actions. The platform’s real breadth layer.
6
Official SDKs on REST v1
JavaScript, Python, PHP, Java, Ruby, Go — all regenerated in late 2025.

In short: a small native tier, breadth outsourced to Zapier, anything bespoke written against the REST API. Full API access ships on every paid plan, so the developer column is live from $9.99/month for 1,000 contacts. The one real paid gate is the Transactional Email add-on: $10/month for 3,000 emails, then $0.003 each.

Integrations directory

The 25 entries below are grouped the way you shop for them: what SendX hosts, what you reach through Zapier, and what you build. Partner listings sit at the SendX integrations directory; triggers and actions are on the Zapier app page. Where an official per-app deep link could not be confirmed, the card points at the parent directory, not a guessed URL.

All integrations
Native & partner
Zapier
Developer & API
SDKs

Native & partner (5)

Connectors SendX hosts and supports itself. You authenticate in the SendX UI, sync runs server-side, and no Zapier task quota sits in the path.

Forms & lead capture (4)

SendX ships its own form and popup builder, so this tier is for when the capture surface lives elsewhere. Each entry rides the Zapier app, so every submission burns a task and inherits Zapier latency.

Automation & no-code (4)

Where SendX gets its advertised breadth. The official app exposes three triggers (Contact Created, Get Tags, Get List) and three actions (Create or Update Contact, Add Tag to Contact, Remove Tag From Contact). Read that carefully: every action is a contact or tag operation. Nothing sends a campaign, builds a template or fires a transactional message, so anything past list hygiene drops to the REST API. Integrately and Zoho Flow carry SendX connectors too.

Developer & API (6)

Everything without a tile is reachable here. Base URL https://api.sendx.io/api/v1/rest, auth a single X-Team-ApiKey header over HTTPS. Two constraints: the reference states the API has no bulk updates, so a 50,000-contact sync is 50,000 calls; and no rate limit is published, so you size concurrency empirically with backoff.

Official SDKs (6)

SendX regenerated its whole client set in late 2025: five languages on September 8, 2025, JavaScript on December 23, 2025. All MIT licensed. One trap: the org still hosts a dormant generation named sendx-api-{lang}, last touched 2016 to 2020. Install the sendx-{lang}-sdk series instead.

Frequently asked questions

What integrations does SendX support natively?

SendX publishes a partner directory in six categories: Communication, CRM, E-Commerce Platforms, Email Marketing, Marketing Automation and Payment Processing. The ones people actually use are Shopify and WooCommerce, Stripe for payments, HubSpot for CRM, and the WordPress plugin for forms and blog subscribers. No exact native count is published, so treat any number quoted elsewhere as unverified.

How do I connect SendX to Shopify or WooCommerce?

Both are native connectors configured inside SendX, not through Zapier. Shopify syncs customers into contacts; WooCommerce feeds customers and order activity into lists and automations, which abandoned-cart and post-purchase sequences run on. Authenticate the store once and the sync runs server-side, consuming no Zapier tasks. Confirm your sending domain is verified first — an unverified domain blocks sends regardless.

Does SendX work with Zapier, and what triggers and actions are available?

Yes, and Zapier is where the 9,000+ app reach comes from. The official app exposes three triggers (Contact Created, Get Tags, Get List) and three actions (Create or Update Contact, Add Tag to Contact, Remove Tag From Contact). Every action is a contact or tag operation. None sends a campaign, builds a template or fires a transactional email, so anything beyond list hygiene goes through the REST API.

Is there an official SendX WordPress plugin?

Yes, maintained in the company’s GitHub org, for embedding capture forms and syncing blog subscribers. Be clear on what it is not: a mail router. You cannot point WP Mail SMTP, Easy WP SMTP or WooCommerce transactional mail at SendX, because no SMTP hostname, port or credentials are issued. If WordPress system mail needs an authenticated relay, pair SendX with a self-serve one such as Brevo, Postmark or Amazon SES, each on its own subdomain.

How do I sync Stripe customers into SendX?

Use the native Stripe integration, which pulls customers and payment activity in so revenue-aware automations fire without custom webhook glue. For anything it misses — a plan change, a trial milestone — the Events API is the escape hatch: POST a custom or revenue event against the contact and segment on it. There are no bulk endpoints, so a backfill is one call per contact; use conservative concurrency and exponential backoff, since no numeric rate limit is published.

How do I migrate from Mailchimp to SendX?

Export the audience, then import it in the SendX UI or mirror it with the Mailchimp-to-SendX Zapier pairing during a parallel run. What breaks migrations is DNS, not data. Mailchimp hands you CNAME records that delegate DKIM; SendX does the opposite and requires a TXT record at host sp-dkim._domainkey with a per-domain key copied from the dashboard. Creating a CNAME there is the most common SendX misconfiguration. You add nothing for SPF either: SendX states SPF is handled on its side, so do not paste an invented include string. Worth pricing the move against MailerLite, EmailOctopus and Sender too, since contact-based pricing rewards different list shapes.

AAlaa Touil RRabeb How we test →

This review follows our email infrastructure testing methodology. We disclose affiliate relationships in our editorial independence policy.