Links for SalesIQ Scripts
You can display the links to the visitors along with the text and image using this widget.
Attribute | Mandatory | Description | Values |
type | Yes | The type of the input to be dispalyed to the visitor | links |
links | yes | You can specify the array of urls that you would like to display to the visitor | { "url" : "zylker.com " } |
Output:
The above is an example to display links to your website visitors. In this case, the bot displays available properties.
Use Case:
Copied{
"type": "links",
"text": "$1,195,000 - 4 Bed | 3 bath | 3967 sqft",
"image": "http://zylker.com/home-mordern-ca-34433.png",
"links": [
{
"url": "https://zylker.com/mordern-ca-34433/know-more",
"text": "Know more",
"icon": "http://zylker.com/help/home.png"
},
{
"url": "https://zylker.com/mordern-ca-34433/schedule-visit",
"text": "Schedule Visit",
"icon": "http://zylker.com/help/discounts.png"
}
]
}