Hey everyone ![]()
I wanted to ask if it’s possible to execute a specific workflow directly via an API call — without using a webhook trigger or the CLI command.
I’ve looked through the available REST API endpoints but couldn’t find any documented way to start a workflow programmatically. The webhook-based approach works in some cases, but it’s not always consistent or practical for internal automation. The CLI command also isn’t an ideal solution for this use case.
Is there an official (or even internal) API endpoint that allows me to trigger a workflow by its ID, similar to how the “Execute Workflow” button works inside the n8n editor?
Thanks in advance!