Offer configuration stays visible
Use Offers to decide what Vue receives: product, price, buyer, checkout mode, invoice, and automation context.

Product surfaces
Integrations work best when the checkout surface, payment state, invoice record, and post-purchase automation all point at the same commercial object. These product screens show the Plandalf controls that should be configured before Vue receives checkout, payment, tax, or workflow context.
Use Offers to decide what Vue receives: product, price, buyer, checkout mode, invoice, and automation context.
Before Vue enters the stack, operators still need checkout templates, products, prices, coupons, order bumps, upsells, and branded offer content they can inspect.
Vue should fit into the work after checkout: fulfilment, records, CRM updates, support context, webhooks, and sequences.
Vue can start the sale through a hosted checkout, embedded checkout, modal, inline flow, or buy button depending on the stack.
Vue apps drop the SDK <script> tag in index.html alongside the
root mount. The SDK attaches to any rendered element carrying a
data-plandalf-* attribute.
Pair it with
Platforms whose roles complement Vue inside a Plandalf sequence.
Vue + ActiveCampaign
Capture form leads on Vue straight into ActiveCampaign.
Vue + beehiiv
Capture form leads on Vue straight into beehiiv.
Vue + Kit (ConvertKit)
Capture form leads on Vue straight into Kit (ConvertKit).
Vue + Customer.io
Capture form leads on Vue straight into Customer.io.
Vue + Drip
Capture form leads on Vue straight into Drip.
Vue + Flodesk
Capture form leads on Vue straight into Flodesk.
Integration methods
Each method below is the minimum viable setup. Pick the one closest to how you already use Vue with checkout, payments, invoices, webhooks, API work, SDK checkout, and integrations.
Drop the Plandalf embed script into a Vue HTML block and tag any element with `data-plandalf-present` to open the configured flow on click.
<script src="https://cdn.plandalf.com/embed.js" async></script>
<button data-plandalf-present="offer_abc123">
Buy now
</button>FAQ
Plandalf itself is free to connect to Vue. You only need a Vue account that allows API access, which is almost every paid plan.
Under 10 minutes — paste a webhook URL into Vue, point it at the Plandalf endpoint, and trigger a test event to confirm.
Yes. Disconnecting only revokes the credentials — historical events Plandalf fired stay in your sequence logs, and Vue's own records are untouched. You can reconnect any time and resume from the last seen event.
Plandalf stores the minimum IDs needed to address a record in Vue plus a log of events Plandalf fired. Source-of-truth data stays in Vue.
Drop into the Plandalf REST API and call Vue directly from your sequence's HTTP action. Anything Vue's public surface exposes is reachable.
There's no Plandalf-side limit. Vue's own plan limits apply.
Vue's homepage at https://vuejs.org links to their developer docs. For Plandalf-side questions about the Vue integration, see the Plandalf docs.