Creating a Subscription

Once your registration has a status of SUBSCRIBE-SUCCESS, you can create a subscription. Note: once you create your subscription, you will be charged until you cancel your subscription.

Subscriptions have two main requirements:

  1. A reachable websocket or supported http endpoint
  2. An http endpoint to deliver received messages

You can read more about subscriptions here. There is also an example github repository which contains an example http endpoint.

New Subscription

To create a new subscription:

  1. Navigate to the subscriptions page
  2. Click the + New Subscription button
  3. Fill out the required inputs
  4. Submit the form

You should see your new subscription listed. If it doesn't appear, you may need to refresh your browser until it appears. At this point you can navigate to the subscription to see more information about it.