Field

Field

Fields are key=>value pairs representing some useful information about visitor for your managers. With Fields you can tell your manaters whom they are speaking to: name, email, address, CRM status, internal ID etc.

Constructor

new Field(name, value)

Source:
See:
Properties:
Name Type Description
name string

Unique text identifier for Field. Visitor can't have multiple Fields with equal names

value string

Field payload.

Field constructor

Parameters:
Name Type Description
name string

unique name for Visitor field

value string

field payload