Integrations¶
Integrações (Integrations) is the connection hub. It manages everything that wires the platform to external marketing platforms, networks, and webhooks.
What integrations manage¶
| Concern | Where |
|---|---|
| Connected apps | The list of external marketing platforms linked to the workspace. |
| Webhooks | Incoming network callbacks, rate-limited (120/min) via the middleware. |
| Scheduling | Background jobs / refreshes of feeds and syncs. |
| Triggers | Rules that fire actions on events (e.g. new visit → create lead). |
| Refresh | Settings that control how often feeds/snapshots are refreshed. |
Notable integrations¶
ClickBank¶
- LinkBuilder — build and track affiliate landing links.
- INS —
insCampaignName/insDedupKey/parseInsTimestampdecode INS campaign and order events;decryptInsNotificationhandles encrypted notifications. - QuickStats —
getClickBankQuickStatsnormalizes order data. - Marketplace feed — inbound product feed (
getMarketplaceFeedEntryId/getProductsCSV). - Opportunity Score —
createBVProductScorefeeds the Radar.
Webhook attribution resolves a ClickBank click_id to a bv_visits row, which chains to
a landing page → campaign → offer, all inside the workspace.
Plausible¶
For traffic analytics, integrations can connect Plausible: campain URL → landing page slug, exposing analytics by public IP, by campain, referral, browser, OS, and country.
Connection lifecycle¶
- Connect app — authorize the external platform.
- Configure triggers/schedule/refresh — decide what syncs and how often.
- Verify attribution — confirm visits/orders arrive at the right workspace, landing page, and campaign.
- Maintain — update refresh settings and review triggered events.