Hello, everyone!
I’m facing an issue when sending a notification in n8n using the “Send Notification Template” node for WhatsApp. My workflow receives data from Google Sheets, where the customer’s name is saved in the “Nome” field, but the WhatsApp message template expects the data in the “customer_name” format.
What I’ve tried so far: In the parameters field of the Send Notification Template, I tried using {{ $(“Get new entries”).item.json.customer_name }}, but this field doesn’t exist in my Google Sheets.
I tried passing a fixed value in the “customer_name” field, but I still get an “Invalid Parameter” error.
My question: How can I map the “Nome” field from Google Sheets to “customer_name” within the Send Notification Template, ensuring that the workflow works correctly?
If anyone has encountered this issue or has any suggestions, I would really appreciate the help!