Skip to content

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.
  • INSinsCampaignName / insDedupKey / parseInsTimestamp decode INS campaign and order events; decryptInsNotification handles encrypted notifications.
  • QuickStatsgetClickBankQuickStats normalizes order data.
  • Marketplace feed — inbound product feed (getMarketplaceFeedEntryId / getProductsCSV).
  • Opportunity ScorecreateBVProductScore feeds 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

  1. Connect app — authorize the external platform.
  2. Configure triggers/schedule/refresh — decide what syncs and how often.
  3. Verify attribution — confirm visits/orders arrive at the right workspace, landing page, and campaign.
  4. Maintain — update refresh settings and review triggered events.