By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc. Read more
Accept Close
Manage Cookies
This endpoint can be configured inside your Mapping Hero dashboard under Settings > Website > API & Integration tab.
POST https://yourwebsite.com/webhook/endpoint
Webhook result for feedback will look like this:
{ "id":3926, "feedback_id":1, "type":"feedback", "question":"How would you rate your experience?", "comment":"This is a webhook demo", "session":"vLbD23QV", "screenshot":"https://image-path.com/screenshot/abcdefghijk/image.png", "visitor":{ "id":"1", "name":"John Doe", "company":"", "email":"john@doe.com", "ip":"15.134.250.0", "user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36", "landing_page":"https://mappinghero.com/", "ref_page":"https://facebook.com", "created_at":"2020-10-22T08:16:59.000Z", "device":"Desktop", "browser":"Chrome", "os":"MacOS" } }
Webhook result for survey will look like this:
{ "id":9900, "question_id":3, "type":"survey", "question":"How do you prefer to give feedback in a website?", "answer":"Contact form on website", "session":"raGJzW6", "visitor":{ "id":"1", "name":"John Doe", "company":"John Doe Co", "email":"john@doe.com", "ip":"15.134.250.0", "user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36", "landing_page":"https://john.doe", "ref_page":"", "created_at":"2020-10-22T08:16:59.000Z", "device":"Desktop", "browser":"Chrome", "os":"MacOS" }
Powered by BetterDocs
Your email address will not be published. Required fields are marked *
Comment
Your name
Email address
Save my name, email, and website in this browser for the next time I comment.