Question on workflow execution charges for AI Chatbot in n8n

Hi there,

I’m currently building an AI chatbot using n8n, which I plan to connect to a widget on my e-commerce website to allow customers to interact with us directly.

In this scenario, does each incoming customer message count as one workflow execution in n8n?

Thank you!

1 Like

Yes if every message will trigger an execution!

So estimation is quite important on this scenario.

@darrell_tw Thank you for the info.. How can I setup in n8n such that each incoming message doesn’t trigger a workflow execution?

My objective: To save costs!