Getting Started with BlipHQ: A Step-by-Step Guide to Powerful Notifications

07/09/2024 — Admin Guides
Getting Started with BlipHQ: A Step-by-Step Guide to Powerful Notifications

Welcome to your journey with BlipHQ, the versatile notification platform that streamlines communication across various channels. This guide will walk you through the essential steps to get you up and running with BlipHQ.

Step 1: Sign Up for BlipHQ

Begin your BlipHQ experience by creating an account:

  • Navigate to https://bliphq.com
  • Choose a suitable plan or register for the free one
  • Fill in your details and create your account

2. Create a New Project

Projects help organize your notifications:

  • In the BlipHQ navigation bar, click on "Projects"
  • Select "New Project"
  • Fill out the Name and Description for your project
  • Click "Create" to finalize your new project

3. Generate Your API Key

 

  • Log in to your BlipHQ account
  • Go to https://bliphq.com/dashboard
  • Click on "Generate a new API key" and confirm
  • Copy and securely store your API key - you'll need it for all API requests

4. Insert a Notification Channel

BlipHQ supports various channels, including Discord and Telegram:

For Discord:

For Telegram:

5. Send a Test Request

To ensure everything is set up correctly, send a test request to BlipHQ. You can use tools like Bruno, Postman, or curl for this purpose.

curl -X POST https://bliphq.com/api/push \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "message": "Hello from BlipHQ! 🙃",
    "project": "testproject",
    "nickname": "YourChannelName",
    "tags": ["#test", "#firsttag"]
  }'

Replace `YOUR_API_KEY` and `YourChannelName` with your actual details.

If everything is set up correctly, you should see your test message appear in your chosen notification channel (Discord or Telegram).

UseCases:

You can develop a variety of applications with BlipHQ. Here are some of them:

  1. Web Analytics Tool with Notifications
  2. Serverload and Health Check Alerting
  3. SaaS Metric tracker
  4. A/B Testing for Data Driven Decisions

Conclusion:

Congratulations! You've successfully set up BlipHQ and sent your first notification. You're now ready to integrate BlipHQ into your projects to be notified for all your alerts, notifications, logs etc..

Happy notifying!

Share this post.
Stay up-to-date

Subscribe to our newsletter

Don't miss this

You might also like