Hi everyone,
I hope you’re doing well! I’m currently working on a project to optimize a chatbot workflow in n8n , and I could really use your expertise. Here’s the situation:
- Objective:
- I’m building a chatbot that collects user input, processes it through multiple agents, and sends the final data to Bitrix24 via API.
- Current Challenge:
- When using the “Send and wait for response” operation in the Telegram node, an automatic message (“This message was sent automatically with n8n”) is being appended to the response.
- I tried disabling attribution globally using the
N8N_APPEND_ATTRIBUTION=false
environment variable, but it didn’t work for this specific operation. - The operation doesn’t have an option to disable attribution in the node settings.
- What I Need Help With:
- Is there a way to completely remove the automatic attribution message for the “Send and wait for response” operation?
- Alternatively, is there a workaround (e.g., using a custom node, API call, or another method) to achieve this?
- Additional Context:
- I’m using a self-hosted instance of n8n on Render.com.
- The chatbot workflow involves multiple agents, and this issue is affecting the user experience.