Skip to main content
All CollectionsAPI & Integration
How do I use Webhooks?
How do I use Webhooks?

Setting up notifications using Webhooks.

Visualping avatar
Written by Visualping
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 Aug 01 2024 15:55:13 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",
"change": "10 %",
"view_changes": "https://visualping.io/autologin?redirect=%2Fjobs%2F3744528%3Fmode%3Dvisual",
"text_changes": "https://s3.us-west-2.amazonaws.com/vp-files-ore/resources/3months/ml6sKq4WJYgI-A3lgr3JNFof3qs_diff.html",
"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.
}
Did this answer your question?