Chat Hub Deprectiation - v3

We use ChatHub to launch certain flows so our financial team can launch sets of flows without needing to click around in n8n, and receive feedback on the success of the launch. According to the release notes, in v3, this functionality is being decomissioned. Are there alternatives.

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @dagarritysps, while you wait for a response, here are some things that might help:

Suggested resources

Automatically matched to your question.

Docs:

Forum:

@Jekylls, @mohamed3nan - you’ve helped with similar issues before, can you take a look?

Automatically suggested by n8n’s community bot. It’s a pilot - please share feedback here.

Hi @dagarritysps
Chat Hub isn’t listed on the v3.0 breaking changes page, so it’s worth confirming which note you saw before rebuilding anything. Either way, the Form Trigger covers this case without Chat Hub: set Authentication to “n8n User Auth” so only signed-in users of your instance can open the form, add a Checkboxes element listing the flows, and branch each selection to an Execute Sub-workflow node. Finish with an n8n Form node set to Form Ending and Show Completion Screen, building the Completion Message from the sub-workflow outputs so your finance team sees which launches succeeded. They only ever get the form URL, never the editor.

I received this email, this is where I am seeing it.

Chat Hub is on the v3.0 breaking changes page after all, listed under the capabilities being retired in v3 alongside workflow import from URL in the editor and non-functional nodes. n8n has v3.0 targeted for October 2026 and says that page will be updated with full details and migration guides as the release approaches, so the official replacement path will land there.

Thank you, wanted to make sure I was reading correctly and appreciate the form information. We might go with forms, or, we might considering intergrations with Google Chat.

Same here. We were using Chat Hub because it made it easy for non-technical team members to trigger workflows without opening the n8n editor. If it’s being deprecated, I’d also like to know what the recommended replacement is.

Is there a new interface or feature planned that provides a similar experience, or is the expectation to build a custom frontend using webhooks or forms? Some guidance from the team would be really helpful for anyone relying on this workflow.