Skip to main content

How do I use Webhooks?

Setting up notifications using Webhooks.

Bethel Fung avatar
Written by Bethel Fung
Updated this week

Want to connect to other third-party applications? Visualping's Webhook tool can send notifications to any application that supports it. To create a webhook connection, you must be subscribed to a business plan.

What you'll learn:


How to set up a webhook

Step 1:

Obtain a Webhook URL from the platform you intend on using Visualping with. Some commonly used apps are:

Step 2:

Open the Notifications tab in the job settings and click on Webhook.

Step 3:

Paste the Webhook URL and click Test to push a similar test JSON response below to the third-party app and confirm the status.

  • Green check mark - Success

  • Red X mark - Fail

JSON response example

Here is an example of the JSON response.

{
"job_id": 1234,
"workspace_id": 1234,
"workspace_name": "my workspace",
"url": "https://www.visualping.io/",
"description": "Test",
"datetime": "Thu Apr 24 2025 17:10:41 GMT+0000 (Coordinated Universal Time)",
"original": "https://vp-public-assets.s3.us-west-2.amazonaws.com/emails/onboarding-emails/text-change-alerts.png",
"current": "https://vp-public-assets.s3.us-west-2.amazonaws.com/emails/onboarding-emails/text-change-alerts.png",
"preview": "https://vp-public-assets.s3.us-west-2.amazonaws.com/emails/onboarding-emails/text-change-alerts.png",
"html_previous": "https://vp-public-assets.s3.us-west-2.amazonaws.com/emails/onboarding-emails/text-change-alerts.html",
"html_current": "https://vp-public-assets.s3.us-west-2.amazonaws.com/emails/onboarding-emails/text-change-alerts.html",
"change": "10 %",
"view_changes": "https://visualping.io/autologin?redirect=%2Fjobs%2F5922158%3Fmode%3Dtext",
"job_settings": "https://visualping.io/autologin?redirect=%2Fjobs%2F5922158%3Fmode%3Dtext",
"visual_changes": "https://visualping.io/autologin?redirect=%2Fjobs%2F5922158%3Fmode%3Dtext",
"text_changes": "https://visualping.io/autologin?redirect=%2Fjobs%2F5922158%3Fmode%3Dtext",
"added_text": "Added text",
"removed_text": "Removed text",
"labels": "⚽ label1, 🎁 label2",
"summarizer": "Test Summary",
"important": "false", // Only for customers with AI "Analyzer" enabled. Contact us for more information.
"good_feedback": "https://visualping.io/feedback?id=0&jobId=0&vote=GOOD&processId=0&source=Webhook",
"bad_feedback": "https://visualping.io/feedback?id=0&jobId=0&vote=BAD&processId=0&source=Webhook"
}
Did this answer your question?