Ambikly integrations: the services your store talks to.
Payments, email marketing, CRM, AI copy, social sign-in and carrier tracking — each one a named service with your own credentials, plus signed webhooks that reach everything else. Nothing here is a logo wall; every row below is code that ships.
Two processors, five offline methods, all free.
Ambikly never sits between you and your processor. Stripe and PayPal bill you directly at their published rates; Ambikly adds no fee on any plan.
Stripe
Cards and wallets at checkout; orders are marked paid only after a signature-verified webhook. Pro adds off-session renewals with idempotency keys for Subscriptions, and the payment method vaulting they need.
PayPal
One-time purchases through the PayPal Orders v2 flow, captured server-side. PayPal is hidden at checkout when the cart contains a subscription, because automatic renewals are Stripe-only.
Offline methods
Cash on Delivery, Bank Transfer, Check, Manual and Net Terms. No external service; orders wait in a pending or on-hold state until you mark them paid. Net Terms reserves company credit atomically.
Pro add-ons that call a named API with your key.
Mailchimp
CRM Sync upserts audience members on registrations, paid orders and popup-captured leads, through the durable job queue with backoff. You choose the audience, datacenter and which events sync.
HubSpot
The same CRM Sync add-on upserts HubSpot contacts by email, so a returning customer updates one record instead of creating a duplicate. A status endpoint reports counts by state.
Anthropic & OpenAI
AI Product Descriptions builds a prompt from the product name, bullets and a tone, calls the Anthropic Messages or OpenAI Chat Completions API with your key, and returns a tagline and description for you to review. Nothing publishes itself.
Sign-in, shipping links and the WordPress editor.
Google & Facebook sign-in
Social Login adds continue-with buttons to the WordPress and store login forms. The callback validates a browser-bound CSRF state, exchanges the code server-to-server and requires a verified email from Google; it never silently attaches to an existing account.
Carrier tracking links
Shipment Tracking ships six carrier URL templates; paste a number and the customer gets a live link in their account and, if you choose, an email. No carrier API, no account, nothing to expire.
Gutenberg, shortcodes, any theme
Eight server-rendered blocks — shop grid, cart, checkout, account, mini-cart, featured product, reviews, add-to-cart — each with a shortcode twin, so Ambikly works in the block editor, the classic editor and page builders.
Webhooks reach the tools we have never heard of.
Nine events post signed JSON to any http(s) endpoint: order created, paid, status changed and refunded; checkout completed; review submitted; subscription renewed, cancelled and renewal failed. Delivery runs through the durable job queue with eight attempts with backoff, and the last 200 attempts per webhook are kept with status, duration and error. Point Zapier, Make, n8n, Slack, a Google Sheet or your own service at it.
- X-Ambikly-Signature: HMAC-SHA256 of the raw body
- Retries at 1m, 5m, 30m, 2h, 6h, then daily
- Per-webhook delivery log and a one-click test fire
- Free core — no add-on required
{
"id": "evt_9f3c1a4b7d2e6a8c0b1d2e3f",
"event": "order.paid",
"created_at": "2026-01-15T09:14:02+00:00",
"data": {
"order_id": 10944,
"status": "processing",
"total": "148.00",
"currency": "USD",
"gateway": "stripe"
}
}Every integration, the plan it needs and what you supply.
| Service | Job | Plan | You provide |
|---|---|---|---|
| Stripe | Payments · renewals (Pro) | Free | Publishable and secret key, webhook secret |
| PayPal | Payments | Free | Client ID and secret |
| Cash, Bank Transfer, Check, Manual, Net Terms | Offline payments | Free | Nothing |
| Mailchimp | Audience sync | Pro — CRM Sync | API key, audience ID, datacenter |
| HubSpot | Contact sync | Pro — CRM Sync | Private app token |
| Anthropic | Product copy | Pro — AI Product Descriptions | API key, model |
| OpenAI | Product copy | Pro — AI Product Descriptions | API key, model |
| Sign-in | Pro — Social Login | OAuth client ID and secret | |
| Sign-in | Pro — Social Login | App ID and secret | |
| Six carriers | Tracking links | Pro — Shipment Tracking | Nothing — URL templates |
| Zapier, Make, n8n, Slack, anything with a URL | Webhooks | Free | An endpoint; Ambikly generates the secret |
| WP-CLI | Exports, migrations, maintenance | Free | Shell access |
Credentials are stored server-side, masked in the admin and in REST responses, and editable only by Administrators. No service is contacted until you enable the feature that uses it.
Each integration is one add-on with its own page.
CRM Sync
Pushes new customers, completed orders and captured leads to Mailchimp or HubSpot.
AI Product Descriptions
Generates a draft tagline and long description from a product name and a few feature bullets.
Social Login
Single sign-on with Google and Facebook using the store’s own OAuth credentials.
Shipment Tracking
Adds tracking numbers to orders with carrier links and an automatic customer email.
Integration questions.
Is there a Zapier, Make or n8n integration?
Through webhooks, yes. Nine signed events — order created, paid, status changed and refunded; checkout completed; review submitted; subscription renewed, cancelled and renewal failed — post JSON to any URL. Every one of those tools has a “catch webhook” trigger, and from there you can reach thousands of apps without Ambikly needing a connector for each.
Do I need Pro for Stripe or PayPal?
No. Both gateways, and the five offline methods, are in the free core. Pro is needed only for what runs on top of them: automatic Stripe renewals for subscriptions, gift cards, store credit, licensing and the marketing add-ons.
Which keys do I bring?
Your own. Stripe and PayPal API credentials, a Mailchimp or HubSpot key, an Anthropic or OpenAI key, Google or Facebook OAuth client credentials — each is entered once in the relevant settings panel, stored server-side, masked in the admin, and used only when that feature runs. Ambikly never proxies your traffic through its own accounts.
Does shipment tracking call carrier APIs?
No. The six pre-seeded carriers are URL templates: paste a tracking number and the add-on builds the customer-facing link. That means no carrier account, no rate limits and nothing to break when a carrier changes its API.
Can I write my own integration?
Yes — that is what the REST API, 40 hooks, webhooks and the Addon SDK are for. Every Pro add-on is built on the same SDK, so a custom connector sits beside them in the same Add-ons screen with its own settings panel.
What about page builders and themes?
Storefront surfaces are server-rendered Gutenberg blocks with shortcode twins, so they work in the block editor, the classic editor and any page builder that renders shortcodes. Templates can be overridden from your theme’s ambikly/ folder.
Connect Stripe in the wizard. Add the rest when you need them.
The free core, with both processors, installs in a minute.