Inverse Watch Docs
AppLanding
  • Overview
    • Home
    • Governance
      • Proposal 7
      • Proposal 25
      • Proposal 52
      • Proposal 107
      • Proposal 147 - S1
      • Proposal 189 - S2
  • Products
    • Inverse Alerts
      • See on Twitter
    • Inverse Chatbot
      • /doc
      • /imagine
      • /data
      • /graph
    • Inverse Subgraphs
      • See inverse-subgraph on Mainnet
      • See inverse-governance-subgraph on Mainnet
    • Inverse Watch
      • Go to App
  • User Guide
    • Quickstart
    • Alerts
      • Setting Up an Alert
      • Adding New Alert Destinations
      • Customize Alert Template
      • Multiple Column Alert
    • Queries
      • Creating and Editing Queries
      • Querying Existing Query Results
      • Query Parameters
      • How to Schedule a Query
      • Favorites & Tagging
      • Query Filters
      • How To Download / Export Query Results
      • Query Snippets
    • Visualizations
      • Cohort Visualizations
      • Visualizations How-To
      • Chart Visualizations
      • Formatting Numbers in Visualizations
      • How to Make a Pivot Table
      • Funnel Visualizations
      • Table Visualization Options
      • Visualizations Types
    • Dashboards
      • Creating and Editing Dashboards
      • Favorites & Tagging
      • Sharing and Embedding Dashboards
    • Data Sources
      • CSV & Excel Files
      • Google Sheets
      • JSON (API)
      • Python
      • EVM Chain Logs
      • EVM Chain State
      • GraphQL
      • Dune API
    • Machine Learning
      • Data Engineering
      • Regressors
        • Linear Regression
        • Random Forest
        • Ada Boosting
        • Gradient Boosting
        • Neural Network (LSTM)
      • Training and Predicting
      • Metrics & Overfitting
      • Examples
        • Price Prediction
          • Data Preprocessing
          • Model Creation & Training
          • Metrics Evaluation
          • Back Testing
          • Visualizing
        • Liquidation Risk
  • Admin & Dev Guide
    • Setup
    • Redash
    • Integrations & API
    • Query Runners
    • Users
      • Adding a Profile Picture
      • Authentication Options
      • Group Management
      • Inviting Users to Use Redash
      • Permissions & Groups
    • Visualizations
  • Cheat Sheets
    • Snippets
    • Contracts
  • More
    • Deprecated Apps
    • Github : inverse-flaskbot
    • Github : inverse-subgraph
    • Github : inverse-watch
Powered by GitBook
On this page
  • Intro
  • Add A New Alert Destination
  • Discord
  • Twitter
  • Twitter Private

Was this helpful?

  1. User Guide
  2. Alerts

Adding New Alert Destinations

PreviousSetting Up an AlertNextCustomize Alert Template

Last updated 1 year ago

Was this helpful?

Intro

Whenever an Alert triggers, it sends a blob of related data (called the Alert Template) to its designated Alert Destinations. Destinations can use this blob of data to fire off emails, Slack messages, or custom web hooks. You can set up new Alert Destinations from the settings screen.

Only Admins can add new alert destinations. Destinations are available to all users once configured.

Add A New Alert Destination

There are a few types of destinations to choose from:

  • Email

  • Discord

  • Twitter

  • Twitter Private

  • Telegram

The default destination for any alert is the email address for the user who created it. If you made an alert and need to be notified by email then you don’t need to setup a new Alert Destination. Instead, toggle the switch beside your email address on the alert setup screen.

To configure one, select it from Create a New Alert Destination dialogue and follow its prompts.

Discord

To set up a new Alert Destination for Discord:

  1. Create a Webhook in Discord:

    • Go to your Discord server settings.

    • Click on the 'Integrations' tab.

    • Click the 'New Webhook' button and configure its settings like name and channel where alerts will be posted.

    • Copy the Webhook URL provided by Discord.

  2. Configure in Inverse Finance App:

    • From the 'New Alert Destination' dialogue, choose 'Discord'.

    • Paste the copied Webhook URL into the field provided.

    • Optional: Test the alert destination to ensure it's working correctly.

    • Save your settings.

Once set, the application will send alerts to the designated Discord channel when they are triggered.

Twitter

To set up a new Alert Destination for Twitter:

  1. Create a Twitter Developer Account:

    • Create an App under your developer account to get the API Key, API Secret Key, Access Token, and Access Token Secret.

  2. Configure in Inverse Finance App:

    • From the 'New Alert Destination' dialogue, choose 'Twitter'.

    • Fill in the API Key, API Secret Key, Access Token, and Access Token Secret into the respective fields.

    • Optional: Specify whether the alerts should be published as a tweet (public) or sent as a Direct Message. For private alerts, choose 'Twitter Private'.

    • Optional: Test the alert destination to ensure it's working correctly.

    • Save your settings.

Once set, the application will send alerts to the specified Twitter account when they are triggered, either as tweets or direct messages based on your preference.

Twitter Private

This destination type is exactly as the latter, at the difference that it sends the content of the template to the twitter user her/himself as a direct message.

This is particularly useful if you want to test twitter alert destination without spaming all your subscribers.


If you don’t have a Twitter Developer account, apply for one at .

Twitter Developer Portal