Technical guide for connecting Landing Pages to PULSE.
The technical bridge between your traffic sources and the PULSE engine.
Every lead starts with a POST request. Whether it's a WordPress site, a custom React form, or a Webflow landing page, the process is the same.
{
[User] -> (Landing Page Form)
|
v
(Backend / API Proxy)
|
v
[POST /api/leads/submit]
|
+-------------------+
| 1. Auth Check |
| 2. Spam Check |
| 3. Campaign Match |
+-------------------+
|
v
[Distribution Engine]
}
https://admin.pulse.bpcorp.eu/api/leads/submit
Method: POST
X-Source-API-Key: YOUR_VERTICAL_KEY
utm_source or channel field in your JSON to find the right campaign.
channel: "seo" -> Looks for "Vertical Name - SEO"
channel: "meta" -> Looks for "Vertical Name - Meta"