Guys, I made a flow that reads a google spreadsheet, in which the records are the person’s name and their phone number. The goal is to read it line by line to send a message via WhatsApp. I managed to get this flow to work and everything is perfect! The problem is that if I want to interrupt the flow for some reason (for example, putting a list in the wrong way), I can do this by going into the n8n executions and clicking on the button. However, I would like a wordpress button to do this.
I was reading the n8n public API document, to build a flow that does this, but I couldn’t find any references to such a function.
At the moment the cancel execution check kicks in after a node has finished, We are working on adding it so a node can finish mid run and we will soon have a handful of nodes that support this.