# Contact Control

Read Time: 1 minute(s)

# Control ID

CONTACT.CONTROL response JSON format to set the control ID. Required for enabling caching.

{
    "contact_id": "CONTACT"
}
1
2
3

# Contact Lookup

CONTACT.CONTROL response JSON format to enable lookup table for contacts.

{
    "contact_lookup": "CONTACT.LOOKUP",
    "contact_lookup_desc": "Search Contacts"
}
1
2
3
4

Data response must contain contact_id to work correctly.