How to Create Alerts in AIV?

Modified on Wed, 9 Oct, 2024 at 8:34 AM

To create an alert in AIV, follow these steps:

  1. Open Dashboard: Log in to your AIV account and navigate to the desired dashboard.

  2. Add a Custom Visualization Widget: Select the Custom Visualization Widget from the left menu.

  3. Access the HTML Tab: Click on the HTML tab in the widget to open the code editor.

  4. Write the Alert Code: Use the following JavaScript code:
    htmlCopy code
    <script> function showAlert() { alert("This is your alert message!"); } </script>
  5. Create a Trigger Button: Below the script, add:
    htmlCopy code
    <button onclick="showAlert()">Show Alert</button>
  6. Save and Preview: Click Save, exit configuration, and navigate to the preview screen.

  7. Interact with the Button: Click the button on the dashboard to display the alert.

    For more information on creating alerts in AIV, you can visit the AIV Alerts Documentation
    If you need further assistance, feel free to contact us at support@aivhub.com.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article