Login Sign up

    Don't worry about your project notifications

    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.

    Get started
    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
    })
    Integrations

    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!

    Amazon SES
    Discord
    Email
    Mailgun
    Reddit
    Sendgrid
    Slack
    Telegram
    Twilio
    Twitter
    Examples
    Logs

    Be on top of your notifications with the logging system.

    Metrics

    Understand how many notifications are going out.

    Join us

    Be part of our community and ask any questions you might have.

    Discord

    Hobby Plan

    Perfect to start your project

    Free

    • 200 notifications
    • 1 hook
    • 1 days log retention
    • Daily metrics
    • Guided setup with us
    Get started

    Pro Plan

    Higher limits for your project

    $20.00 /month

    • 100000 notifications
    • 10 hooks
    • 7 days log retention
    • Daily metrics
    • Guided setup with us
    Get started

    Enterprise Plan

    No limits on your ideas

    $150.00 /month

    • Unlimited notifications
    • Unlimited hooks
    • 30 days log retention
    • Daily metrics
    • Guided setup with us
    Get started