New Tag on a User Webhook

Receive a new webhook when a user has been tagged

Luca Micheli
Written by Luca MicheliLast update 3 years ago

To receive a Webhook notification when a user has been tagged, please follow this tutorial on how to set up your webhook first and then check the payload below:


{
  "time": 1589189765,
  "topic": "tag_user",
  "data": {
    "tag": "happy_customer",
    "user": {
      "data": {
        "app_id": "00992342",
        "user_id": null,
        "email": "customer@company.com",
        "name": "Luca",
        "last_page_viewed": "https://www.yourwebsite.cpm/",
        "last_page_viewed_at": 1589189698,
        "ip_address": "1.1.1.1",
        "timezone": "Europe/Rome",
        "city": "Rome",
        "postal_code": "00122",
        "region": "Rome",
        "region_code": "RM",
        "country": "Italy",
        "continent": "Europe",
        "isp": "Vodafone Italia S.p.A.",
        "browser_name": "Chrome",
        "browser_version": "81.0.4044.138",
        "browser_language": "en",
        "os": "Macintosh",
        "os_version": "",
        "web_session": 1,
        "first_seen_at": 1589189698,
        "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": 1589189698,
        "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": "2020-05-11 09:34:58"
      },
      "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?