Overview: What This Integration Does
The Everflow HubSpot integration lets you track how your leads progress through HubSpot's "Lifecycle Stages" and tie this progress back to your marketing partners in Everflow.
For example, when a partner sends you a lead who later completes a demo and reaches the "Opportunity" stage in HubSpot, you can automatically:
- Track this milestone in Everflow
- Credit the partner who originally sent that lead
- Pay commissions based on these advanced conversion points
How It Works
- Email Attribution: The system matches HubSpot contacts to Everflow conversions using email addresses
- Lifecycle Stage Tracking: As contacts move through different stages in HubSpot, these changes trigger events in Everflow
- Partner Credit: Your marketing partners get proper credit for leads that progress through your sales funnel
Setup Guide
.gif)

.gif)

Using HubSpot Embedded Forms
If you're using HubSpot's embedded forms, you'll need a special setup to capture lead data correctly.
www.yourdomain.com).32).
For Standard Forms
If you are using HubSpot's current standard embedded forms (Forms V4), use the code below. It listens for the hs-form-event:on-submission:success event and reads the submitted email through the HubSpot Forms V4 API.
INSERT_YOUR_TRACKING_DOMAIN with your tracking domain, AID with your Advertiser/Brand ID, and EMAIL_FORM_NAME with your Email field's form name (e.g. 0-1/email).For Legacy Standard Embedded Forms
If you are using a standard HubSpot embedded form, use the code below. It listens for the hsFormCallback event that fires when a form is submitted.
For Call to Action (CTA) or Interactive Forms
If you are using one of HubSpot's newer Call to Action (CTA) or Interactive Forms, you'll need this script instead. It listens for the hsCallsToActionCallback event.
INSERT_YOUR_TRACKING_DOMAIN and INSERT_ADVERTISER_ID with your actual Tracking Domain and Advertiser ID in all code snippets..gif)