Hi everyone,
I hope you're doing well.
I'm working on an n8n workflow where I need to send SMS messages to customers using a third-party SMS panel. In order for the SMS panel to work correctly, I need to whitelist my server's IP address so it can send messages through their system.
The issue I'm facing is that I don't know exactly what the server's IP address is. When I use cmd to check, I get around 6 different IP addresses. However, the SMS panel only allows whitelisting one single IP.
Could someone please guide me on how to identify the correct public IP address of the server that n8n uses to send HTTP requests?
Any help would be greatly appreciated.
Thanks in advance!