HI! I was wondering if someone could help me… I think Its I easy solution but Im not seeing it. Im trying to pass a file from telegram to n8n, and then i send it to flowise by http request.(Flowise has overrideConfig field where I can pass the text of the pdf or maybe the pdf itself to be use it in a chat with a local model)
Im not able to make the request, either says json is not valid json or “PDF Strem must have data” seems like the problem is that is empty…but its not.
any help?
thanks in advance
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:
Welcome to the community @antonella
If you want to pass on the content of the pdf, you can use Extract from File node to convert binary data to JSON like so:
If this doesn’t help, could you maybe share how you’re making the http request to Flowise?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.