The Gmail node sending 2 emails per interaction.
This problem started today; yesterday the sending was normal, for each execution of the weebhook trigger I received an email. I tried changing the response to “immediately” and that made it go back to sending only one email for a while, but soon after it went back to sending two.
II believe the problem lies in the short time interval between the activation of the weebhook trigger, I am doing this flow so that approvals of proposals in a CRM are made via email by the board, normally it will be around 100 per day, but I cannot guarantee the time difference between creating the proposals and triggering the webhook
I didn’t test it with an Imap node, but I tested it with an email sending node, and the behavior remains
This is really strange @Natan_Bijoyan I recommend testing this with IMAP node as it will clarify does it even work or there is a problem deep down, also as you have mentioned this might be because of the time intervals have you tried adding wait in the workfow between webhook and gmail that might help.
For reasons beyond my knowledge, adding the “wait” node worked for sending emails, but when replacing it again with the send message node and waiting for a response, it immediately sent 2 emails to be executed:
Regarding the use of the IMAP node, would it be the trigger when receiving emails or a community node? It’s my first time using the tool, so I still have a lot to learn