Skip to main content

Webhooks


Webhooks are a way to extend certain functionality such as alerts or executing orders.

Creating a webhook

Web Hooks 1
  1. To begin click the Webhooks link at the top of the terminal.
  2. Then click the New Webhook button to begin the creation process.
Web Hooks 1
note

Note that in the case of Runbot you will need to select an appropriate key as they do not support all exchanges. For example, if you are using a Binance Runbot strategy you will need to select a Binance API key.

  1. First Select the API key you wish to use for the webhook.
  2. Give it a name, this is purely for your own reference.
  3. Enter the encryption key for the API key you are selecting.
  4. Select an expiration date. This is the date at which the webhook will no longer be valid.
  5. Click Create.

Linking the webhook

Once created you will get a popup with the webhook URL. This is the URL you will need to use to link the webhook to other services (such as Runbot).

Web Hooks 1

You should keep this information safe & secure.

caution

You should not share your webhook with others. Tealstreet team members will never ask you for this information.

Web Hooks 1

Once activated and ready for use your webhook will look like this inside the terminal.

tip

Check out the Runbot documentation for an example of how to use your newly created webhook.