Integrations
Navattic JS
Identify Visitors
identifying a visitor automatically you can automatically identify visitors by toggling on "automatic form submission tracking" option show below this is found in your workspace > settings > navattic js and will send form information collected across your website to the navattic visitors tab once navattic js is successfully surfacing visitor emails (using the automatic form submission tracking option) and/or crm cookies (using the crm cookie tracking), we recommend connecting a direct integration to send navattic engagement data (ex "last flow viewed") to the corresponding contact record in hubspot, salesforce, or marketo and/or the activity feed in hubspot or marketo identifying a visitor manually if you have access to the logged in user's information or have collected a visitor's email from a form submission on your marketing site, you can utilize the identify method to identify them navattic identify({ "user fullname" george washington, "user email" gw\@foundingfathers net // any other fields you'd like to pass in go here! }) note the default behavior of the identify method is to send the visitor traits to navattic via the demo that’s embedded on the page if there’s no demo on the page, you can pass a second argument to identify via an api call navattic identify({ "user fullname" george washington, "user email" gw\@foundingfathers net // any other fields you'd like to pass in go here! }, {savemethod "api"}) once navattic js is successfully surfacing visitor emails (using the automatic form submission tracking option) and/or crm cookies (using the crm cookie tracking), we recommend connecting a direct integration to send navattic engagement data (ex "last flow viewed") to the corresponding contact record in hubspot/salesforce/marketo and/or the activity feed in hubspot/marketo