With great power
comes great responsibility
You manage many services/sites, you know how important it is to monitor what's happening on them. New orders, new users, some events…
Every of those notifications are send on different channels, mails, phone notifications, inside applications.
Hard to follow, isn't it?
codeHow to setup?
You just have to make a API call with some parameters. Of course, webhooks, AJAX, curl... Any technology you want. Here are some examples:
Wordpress/Woocommerce No code
ZAPIER No code
IFTTT Help!
Ajax
PHP Curl

NEW! There is now a plugin for Wordpress and Woocommerce :)
It allows you to integrate HookNotifier without one line of code.
Download it on Wordpress.org This plugin is entirely free
axios.post('https://hooknotifier.com/your-id/your-key?business=AR&object=New message&body=myMessage', {
data: {
author: '...',
message: '...',
}
});
$ch = curl_init("https://hooknotifier.com/your-id/your-key?business=AR&object=New message&body=myMessage");
$data = array(
'author' => '...',
'message' => '...',
'receiver' => '...',
);
$payload = json_encode(array("data" => $data));
curl_setopt($ch, CURLOPT_POSTFIELDS, $payload);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type:application/json'));
curl_exec($ch);
curl_close($ch);

Hey! I really want to make an IFTTT integration.
However, it's really expensive for developers. At the moment, I can't but be sure that this is the first thing I'll do when HookNotifier brings in enough users :)
If you want to support HookNotifier and be involved in it, you can offer me a coffee!

Find more documentation in the dedicated page ...integrate HookNotifier with absolutly anything you want.
wb_sunnyBut at what cost?
Newbie
- Notifications
20 per day - History
1 page - Filter
Phone - Free for life
Starter
- Notifications
100 per day - History
Unlimited - Filter
Phone & In-app - 5,99€/mo
Pro
- Notifications
Unlimited - History
Unlimited - Filter
Phone & In-app - 17,99€/mo
You can't do your integration alone?
Our team can help you! Price on estimate, depending of your systems.
Write us!
