WooCommerce-native catalog sync
The bundled WooCommerce connector reads your shop’s product catalog over the standard WooCommerce REST API: titles, images, prices, stock, variants. Encrypted-at-rest credentials, scoped to a single shop endpoint per source. Drop product blocks into a campaign, hit send — the merge tags resolve to the live product record at send time.
Abandoned-cart automation
A first-class automation trigger for the abandoned-cart event — not a generic webhook to wire up by hand. WooCommerce posts the cart-abandoned event into AcelleMail; the automation flows from there: 1-hour reminder, 24-hour discount, 72-hour last-call. Per-step delays measured in minutes or days, conditional branches off cart total or item count.
REST upserts on order events
Token-authenticated POST /api/v1/lists/{uid}/subscribers from your store’s order-completed hook upserts the customer in milliseconds; POST /api/v1/automations/{uid}/start kicks off the right post-purchase drip. Same API the bundled connectors use — documented in the REST API reference.
Tag & custom-field segmentation
Tag a subscriber with buyer:repeat or last_order_value:>100. Custom fields keyed on lifetime value, last-order date, top-category, preferred-collection. Campaigns segment off any tag or field combination; automations branch off them. The same merge-tag layer that fills product blocks fills the message body with personalised dynamic content.
Deliverability tooling for transactional + promo
DKIM / SPF / DMARC validation against the sending domain, IP-warmup pacing, bounce + complaint handling per provider. Run promo and transactional through separate Amazon SES identities (or different SES regions per market) to keep promo bounces from poisoning order-confirmation deliverability. 11 sending integrations ship in the box.
Multi-store gating (multi-tenant)
One AcelleMail install can serve multiple shops — each store as its own Customer with its own Plan, sending limits, and connected catalog. Useful for brand portfolios, per-region storefronts, or agency-managed shops. Plan-change billing through the bundled Cashier package or a payment-gateway plugin.