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


Steps for Setting Up Lead Prosper Integration

1.Webhook Setup

  1. Navigate to Lead Delivery > Webhook Settings.

  1. Add the Webhook Posting URL

This is the custom posting URL that you should set:

https://api.leadprosper.io/direct_post

  1. Enable Custom Data Formatting.
  2. Set the Formatting Type to JSON .
  3. Enter the following format in the field: {{__fields__}}

  1. 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:

  1. For each field (e.g., Email, Phone, etc.), navigate to the Webhook Settings.

  1. Copy the corresponding field name from the Posting Guide.

  1. Paste it into the Webhook Field Name section.

  1. 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.


Field name and Hardcoded field value
  1. 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

  1. Navigate to Lead Details.
  2. Click on an individual lead.
  3. Look for the Post Logs section.
  4. Check for successful submission or errors.
  5. If troubleshooting is needed, verify field mappings and required fields.

Notes

  • Always ensure that LP_Campaign_ID , LP_Supplier_ID , and LP_Key are included.
  • If leads are not posting correctly, check webhook settings and required field mappings.

Still need help? Contact Us Contact Us