Remove Tag on a user Webhook
When a tag has been removed from a user this is the webhook payload you are going to receive
Written by Luca MicheliLast update 4 years ago
To receive a Webhook notification when a tag has been removed from a user, please follow this tutorial on how to set up your webhook first and then check the payload below:
{ "time": 1589193607, "topic": "tag_user_removed", "data": { "tag_removed": "ecommerce", "user": { "data": { "app_id": "00992342", "user_id": null, "email": "email@company.io", "name": "luca", "last_page_viewed": "https://www.yourwebsite.com", "last_page_viewed_at": 1589193084, "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": 1589193084, "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": 1589193084, "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 10:31:24" }, "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?