The first step to activation is often to get real time alert on your data.

In the Peliqan Data App templates you’ll find an example data app that sends alerts to MS Teams on a schedule based on a peliqan query that evaluates if there is the query returns data or if there are new data to alert on.

Data to alert on

The start of your alert flow is defining what data you want to alert on. In the Peliqan platform you can easily use the query module to define the relevant data. You can combine, transform and filter cross data sources.

We advise to limit the amount of columns to include to not overcomplicate your alert message:

Example query that can be used for an alerting flow.

Example query that can be used for an alerting flow.

<aside> ☝ ! Use a date column if you want to only send alerts on items since the last run.

</aside>

Data App Flow

image.png

We have the following main steps in this data app:

image.png