Custom Search Out
This is an out node that sends search results back to the command bar.
Inputs
//Sample msg.payload
[
{
"value":"Template 1",
"meta":{
"subtext":"This is template 1"
"icon" : "https://favicon.com/example1.png"
}
},
{
"value":"Template 2",
"meta":{
"subtext":"This is template 2"
"icon" : "https://favicon.com/example2.png"
}
}
]Outputs
Last updated