New Lead Webhook

When you receive a new lead you can be notified using this webhook

Luca Micheli
Written by Luca MicheliLast update 3 years ago

To receive a Webhook notification when you get a new lead, please follow this tutorial on how to set up your webhook first and then check the payload below:


{
  "time": 1589190008,
  "topic": "new_lead",
  "data": {
    "user": {
      "data": {
        "app_id": "00992342",
        "user_id": "300",
        "email": "email@company.com",
        "name": "Luca",
        "last_page_viewed": "https://www.yoursite.com/",
        "last_page_viewed_at": 1588966957,
        "ip_address": "1.1.1.1",
        "timezone": "Europe/Dublin",
        "city": "Dublin",
        "postal_code": "D03 P950",
        "region": " Leinster",
        "region_code": "Du",
        "country": "IE",
        "continent": "Europe",
        "isp": "",
        "browser_name": "Chrome",
        "browser_version": "81.0.4044.138",
        "browser_language": "it-IT",
        "os": "Windows",
        "os_version": "Windows 10",
        "web_session": 22,
        "first_seen_at": 1587642706,
        "android_app_name": null,
        "android_app_version": null,
        "android_device": null,
        "android_os_version": null,
        "android_session": null,
        "android_last_seen_at": null,
        "ios_app_name": null,
        "ios_app_version": null,
        "ios_device": null,
        "ios_os_version": null,
        "ios_session": null,
        "ios_last_seen_at": null,
        "last_activity": 1588963882,
        "facebook_profile_id": null,
        "utm_campaign": "Facebook Ads",
        "utm_medium": "cpc",
        "utm_source": "Facebook",
        "utm_term": null,
        "utm_content": "bottom-red",
        "referrer": "https://www.facebook.com/",
        "rating": null,
        "last_update": "2020-05-08 19:50:03"
      },
      "attributes": {
        "coupon": "0",
        "last_name": "Doe",
        "pid": "610",
        "registered_at": "1587109309",
        "state": "IE",
        "status": "active",
        "subscribed_at": "1587109319",
        "trial": "1",
        "trial_amount": "9.00",
        "trial_days": "30",
        "username": "email@company.com",
        "zip": "D03 P950"
      },
      "companies": []
    }
  }
}


Please allow for a few minutes to get the webhook notification. If you feel something is not working properly contact us through the live chat here and we will be happy to help 🙂  

Did this answer your question?