Create alerts
[To be released Q1 2024] Create alerts based on your extracted values.
Last updated
[To be released Q1 2024] Create alerts based on your extracted values.
Last updated
@Copyright Koncile 2024
On Koncile, you can configure alerts that are triggered when an extracted value or an insight meets a specific condition.
The available trigger events are the following:
is_empty
: triggered when the extracted value or insight is empty or null.
contains
: triggered when the extracted value or insight contains an exact sequence of characters.
custom_prompt
: allows you to define a custom condition for which the answer is “yes” or “no.”
To access the alerts, you can click on Control Center on the left menu and navigate to the Alerts tab.
The goal is to identify invoices issued by suppliers not listed in your database.
Use the database_match
function for the extracted value. Upload your supplier list to the database. For each extracted value, the function will search for a corresponding match in your supplier list. Activate the smart_match
option to allow flexible matching (e.g., “Ltd” matches “Limited”, “S.A.” matches “SpA”, etc.).
Add iban_check
function to validate IBANs. As described here, the function checks the IBAN format and structure, and identifies whether it is valid
or invalid
.