Offer a file to download in the chat

Hello everyone,
I created a workflow to check the HTTP status code of a list of URLs. This list is obtained from a CSV file that is sent through the chat. Everything works fine for processing the file, but I would like the error report (the list of URLs returning a status code other than 200) to be offered for download again in the chat. Is this possible?

Please share your workflow

Information on your n8n setup

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

hello @flipflip
I don’t see such an options for chats. However, you can do it with the Data Table and a Webhook:
You can place all logic into one workflow or divide them into two separate WFs.

Create a Data table with two columns: url and message (both as string type)

update the Respond to Chat with the actual webhook url

1 Like

Perfect !

I made a few adjustments

@flipflip

Does the problem persist?
If not, please mark barn4k’s answer as the solution, this supports the community and the contributors too.

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