Integrating with LeadProsper: How to send leads into LeadProsper
Overview
This documentation provides a step-by-step guide for setting up Lead Prosper, including webhook setup, field mapping, and how to check logs for successful lead posting and troubleshooting.
Key Links
- Lead Prosper Direct Post Documentation: Lead Prosper Support
- Sample Posting Guide: Example Posting Guide
Steps for Setting Up Lead Prosper Integration
1.Webhook Setup
- Navigate to Lead Delivery > Webhook Settings.
- Add the Webhook Posting URL
This is the custom posting URL that you should set:
https://api.leadprosper.io/direct_post |
- Enable Custom Data Formatting.
- Set the Formatting Type to
JSON
. - Enter the following format in the field:
{{__fields__}}
- Click Save.
2. Field Mapping
Each field in your lead form must be mapped correctly to Lead Prosper to ensure all necessary data is passed accurately.
Required fields:
lp_campaign_id
(Identifies the campaign where leads are being sent)lp_supplier_id
(Identifies the lead generator)lp_key
(Required for successful data submission)
Steps to Map Fields:
- For each field (e.g., Email, Phone, etc.), navigate to the Webhook Settings.
- Copy the corresponding field name from the Posting Guide.
- Paste it into the Webhook Field Name section.
- Click Save.
Adding Hidden Hard-Coded Fields
For the required fields (Campaign ID, Supplier ID, and Key):
- Field Name:
LP_Campaign_ID
(or corresponding field) - Field Label:
LP_Campaign_ID
(or corresponding field) - Webhook Field Name:
LP_Campaign_ID
(or corresponding field) Hardcoded Field Value: Copy from the Posting Guide.

- Click Save.
Repeat the process for lp_supplier_id
and lp_key
Additional Common Fields:
- IP Address (Useful for tracking lead sources and preventing fraud)
- User Agent (Captures device/browser details for better lead analysis)
- URL Field (Optional but helps track lead origins)
These fields can be mapped in the same way as other required fields by copying the correct field names from the Posting Guide.
3. Checking Lead Posting Logs
- Navigate to Lead Details.
- Click on an individual lead.
- Look for the Post Logs section.
- Check for successful submission or errors.
- If troubleshooting is needed, verify field mappings and required fields.
Notes
- Always ensure that
LP_Campaign_ID
,LP_Supplier_ID
, andLP_Key
are included. - If leads are not posting correctly, check webhook settings and required field mappings.