in this example, I suppose every chat will hit the webhook, and only if user mention defined bot will continue the workflow via IF node = true, but if no mention it will goto “No Operation, do nothing”
if user chat without mentioning this bot name, will this be counted as 1 workflow execution if customer buy enterprise license ?
An execution is a single run of your workflow. We don’t count the tasks or operations within the workflow, or how much data it processes. If your Telegram webhook trigger is hit and begins running the workflow, it will count as an execution even if a false branch of an IF node leads to no output.
You can also check the ‘executions’ tab in your workflow to see a history of what’s been recorded as an execution, and perhaps adjust what triggers your workflow if neccessary.