Zaiper
Connect with Zapier and receive requests when a new short url is generated or a new click is made.
You can use Zapier to automate campaigns. By adding the URL to the zapier webhook, we will send you important information to that webhook so you can use them.
You can use Zapier to automate campaigns. By adding the URL to the zapier webhook, we will send you important information to that webhook so you can use them.
- Free forever
Add your Webhooks link here
Save the webhook URLs provided by platforms like Zapier, Pabbly, or others and add them to Recut. This way, when you shorten a link or someone clicks on it, Recut will send a notification to your webhook, and you’ll get notified if you’ve added it.
Note: Although this tool is designed for Zapier, it can be used for any webhook system.
Sample Response
URL Zapier Notification
When you shorten a link.
{
"type": "url",
"longurl": "https:\/\/google.com",
"shorturl": "https:\/\/app.recut.in\/C2Rxy",
"title": "Google",
"date": "17-05-2020 04:17:44"
}
Views Zapier Notification
When a shortlink is viewed.
{
"type": "view",
"shorturl": "https:\/\/app.recut.in\/C2Rxy",
"country": "Canada",
"referer": "https:\/\/yahoo.com",
"os": "Windows",
"browser": "Chrome",
"date": "17-05-2020 04:20:19"
}