Display exit Webpage

Is there a way to display a final webpage to present the output of an automation once its execution is complete? This feature would be especially helpful for manual automations. Ideally, it would function similarly to the n8n form trigger, but instead of capturing input, it would display the resulting information.

It would be great if this could appear as a pop-up window or a redirect to a new page. This would enhance usability and make it easier to review the results directly.

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Hey @JSheridan

Yes this is possible, depending on your workflow. If you can trigger it via webhook then you can use the Respond to Webhook node and set it to respond with a HTML page for example.

Here’s a demo:

PS. we’re also looking into providing this response-functionality to the Form Trigger in the future :wink:

1 Like

I would love that

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.