PostBeagle for WooCommerce seamlessly integrates your WooCommerce store with PostBeagle email marketing platform. Allow customers to opt-in to your email list during checkout and automatically sync their information to PostBeagle.
This plugin is a client for PostBeagle, a third-party email marketing service. It sends data to https://api.postbeagle.com and does not function without a PostBeagle account.
Nothing is transmitted until you enter an API key and enable the plugin.
Always active once configured
POST /api/contacts — when a customer ticks the newsletter opt-in checkbox at checkout (unchecked by default). Sends: email, first name, last name, tags, and any custom fields you have mapped (which may include order total, products, categories, lifetime value and order count).POST /api/events — automation events you have explicitly enabled (welcome, first purchase, repeat purchase, product purchased, win-back). Sends: email plus the relevant order or product data.GET /api/email-lists — retrieves your lists for the settings screen. Sends: no customer data.GET /api/suppressions/changes — retrieves unsubscribes so they can be honoured locally. Sends: no customer data.POST /api/webhooks/automation/{id} and POST /api/automation-recipes/install — used by the form integrations and the one-click automation setup button. Sends: email and tags.Failed requests are retried from a local outbox table.
Off by default — you must enable these
POST /api/events, GET /api/carts/{token}/snapshot.pb_cid cookie (90 days, HttpOnly) when a subscriber clicks through from a PostBeagle email, so the visit can be credited to the campaign that sent it, and reports the products that visitor views to POST /api/events. Only visitors already identified by that cookie or by being logged in are tracked; anonymous visitors are never tracked. When this setting is off no cookie is written and no product views are sent — this is the plugin’s only use of cookies.Terms and privacy