Skip to main content

I’m trying to make an api integration between FB lead form to a CRM system that isn’t on Zapier using an api docs, one of the required parameters that needs to be sent is a uniqe IP address of each lead, FB doesn't disclose the IP of the leads so I cant pass this info from FB, I dont need the IP to be the real ip of the leads, I just need it to be uniqe for each lead and from the same country (for example - Canadian lead - Canadian IP address), is there any way I can make this happen? maybe some generator or something?

Hey @Protito, welcome to the Community!

It might be possible to use Formatter (Numbers > Spreadsheet-Style Formula) actions to create a random values for generating the IP addresses. Alternatively, you could try using a Code by Zapier step to generate the random IP address values for you.

More details on how to potentially create random values and strings can be found here: 


Hope that helps! :)