All Collections
API & Integration
How do I use webhooks?
How do I use webhooks?

Setting up notifications using webhooks.

Visualping avatar
Written by Visualping
Updated over a week ago

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 have a paid business plan.

What you'll learn:

How to setup a webhook.

Step 1:

Obtain a Webhook URL from the platform you intend on using Visualping with.

Step 2:

Open the notifications panel in job settings and click on Webhook.

Step 3:

Paste the Webhook URL and click test.

Note:

Here is an example of the JSON response.

{ 
"job_id": "1234",
"workspace_name": "My Workspace",
"url": "https://www.visualping.io/",
"description": "Sample",
"datetime": "Tue Jul 25 2023 18:25:35 GMT+0000 (Coordinated Universal Time)",
"preview": "https://vp-files-ore.s3.amazonaws.com/resources/3months/GfMEUzFhUe5hzDVPr5HJK1R7-K0~QQV2567opQgsv9BE-QVfFHBjioo_diff.png",
"original": "https://s3.us-west-2.amazonaws.com/vp-files-ore/resources/3months/GfMEUzFhUe5hzDVPr5HJK1R7-K0.png",
"change": "1.0999999999999999 %",
"view_changes": "https://visualping.io/autologin?redirect=%2Fjobs%2F4270782%3Fmode%3Dtext",
"text_changes": "https://vp-files-ore.s3.amazonaws.com/resources/3months/GfMEUzFhUe5hzDVPr5HJK1R7-K0~QQV2567opQgsv9BE-QVfFHBjioo_diff.html",
"added_text": "New Text",
"removed_text": "Old Text"
}
Did this answer your question?