We handle all your notifications. Just send a request and we will broker a templated message to the expected services. Focus on what really matters, your project.
await fetch('https://notifyecho.com/h/hook_id', {
method: 'post',
body: {
message: 'Hi!'
}
})
// or using form data
const formData = new FormData();
formData.append('message', 'Hi!');
await fetch('https://notifyecho.com/h/hook_id', {
method: 'post',
body: formData
})
We integrate several services that you can route your hooks to and we are always working on adding more. You don't find the one you need? Contact us!
Be on top of your notifications with the logging system.
Understand how many notifications are going out.
Be part of our community and ask any questions you might have.
Perfect to start your project
Free
Higher limits for your project
$20.00 /month
No limits on your ideas
$150.00 /month