New User Webhook

If you want to receive a webhook notification when a user sign up this is the payload you are going to receive

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": 1589193124,
  "topic": "new_user",
  "data": {
    "user": {
      "data": {
        "app_id": "00992342",
        "user_id": "1",
        "email": "email@company.io",
        "name": "Luca",
        "last_page_viewed": null,
        "last_page_viewed_at": null,
        "ip_address": null,
        "timezone": null,
        "city": null,
        "postal_code": null,
        "region": null,
        "region_code": null,
        "country": null,
        "continent": null,
        "isp": null,
        "browser_name": null,
        "browser_version": null,
        "browser_language": null,
        "os": null,
        "os_version": null,
        "web_session": null,
        "first_seen_at": 1589193001,
        "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": null,
        "facebook_profile_id": null,
        "utm_campaign": null,
        "utm_medium": null,
        "utm_source": null,
        "utm_term": null,
        "utm_content": null,
        "referrer": null,
        "rating": null,
        "last_update": null
      },
      "attributes": [],
      "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?