Sales Agent

Hi guys, I am doing a whatsapp sales bot with N8N, I have already all conected but someone knows how to save correctly withtout errors the memory of the chat, because some times the agent don’t respond the right thing, and also how can I notify other person, when a sale is being completed so the real pearson can check the payment. Please if somenone have expeirence let me know, I would be very grateful

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:

Hi @Rynox_Network

Thanks for posting here and welcome to the community! :raised_hands:

Please share your workflow and include some screenshots of the error you are seeing. This will help us to debug your problem.

Thanks!

Tip for sharing your workflow in the forum

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!


We are currently facing an issue where, despite successfully validating our credentials with Google, we are unable to locate a specific sheet during the search process. This is a new problem for us, as we have not encountered this behavior before. We have been troubleshooting this issue for the past few days, and we suspect that a recent update may have introduced a change that is affecting the process.

Furthermore, we have noticed some ambiguity regarding the function listed below the name of the credential we are using to connect. We would greatly appreciate any guidance or insight on this matter, as it is critical for our workflow.

We have also attempted to create new credentials from scratch, ensuring that all necessary permissions and options are properly configured. Despite this, the issue persists.

Hi @Rynox_Network

How have you configured your credentials?
Have you checked that you’ve added the Google Sheets API in your GCP Project?

I would recommend to check our documentation on Google Credentials

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