SaasHound
Saas Hound Docs

Getting started

A guide in my new Starlight docs site.

Getting started

Sending Events

There are multiple ways to get begin sending events to SaasHound.

  1. Using the SaasHound API
  2. Using no-code tools
  3. Using the event builder

Before you get started!

Make sure to get your API key from https://app.saashound.co/settings/api-keys.

Your API requests must be authenticated with an API key. Any request that does not include an API key will be rejected and return an error.

CopyCopied!

Using the API

Sending events with SaasHound is as simple as making a POST request to the log-event endpoint with the necessary data. You can do this directly through the API or by using one of our client libraries.

Publish your first event

To publish your first event to SaasHound, you can make a POST request to the event endpoint using your API key. When you do this, the event will appear in the SaasHound App in real-time.

If you set the notify flag to true, you will override all other settings and receive a push notification about the event.

Sending Metrics

Sending metrics is very similar to how we send events to SaasHound.

Before you get started!

Make sure to get your API key from https://app.saashound.co/settings/api-keys.

Your API requests must be authenticated with an API key. Any request that does not include an API key will be rejected and return an error.

Using the API

Sending metrics with SaasHound is as simple as making a POST request to the send-metric endpoint with the necessary data. You can do this directly through the API or by using one of our client libraries.

CopyCopied!