Hi,
I am trying to pass utms via REST API.
Here is the entrypoint I want to use: Keap REST API
How do I find the Form ID in the automation?
Hi,
I am trying to pass utms via REST API.
Here is the entrypoint I want to use: Keap REST API
How do I find the Form ID in the automation?
Hi @Paride_Azzari,
There are couple of places that you can get the Web Form ID.
When you go into the Web Form designer, visit the “Code” tab, and select the “Javascript Snippet” option.
At the end of the Web Address there is the Form ID as shown in the picture below.
You can also obtain it via the HTML Code “inf_form_xid” hidden form input field as well.
Hope that helps.