Hi,
I have a form created on landing page. The always create new contact for email address is set to off.
I want to send the data from this form to an external url, however this url needs the ip address of the request to be allowlisted.
I am doing this via a workflow->send a webhook, is this the best approach?
Is it possible to get the ip’s that hubspot uses so we can add it to the firewall, as the server we are sending the data to his not open publicly.?
When someone submits the form, do they automatically become a contact, even though “always create new contact for email address” is set to off.
If it does create a contact after form submission does it come out of contact limit - i.e. Current package is set at having 31,000 contacts?
Whats the best way to seperate the contact that was created via this form, to any other contacts currently on the system
What happens if the external webhook call results in an error, i.e. http status code returns 400, 500, anything else besides a 200 status, will it automatically send the data again after a number of retries? I tried to test this via the test webhook functionality, but it didn’t retry again, after 403?
Where can I find all the form data that was entered, via the UI?
Thanks
Amit