Jici
7
In API Connector
{
"name": "<squad1-name>",
"members": [<members>] ]
}
In your “members” field, Do a search for members:formatted as text
First box, probably something like
{
"assistantId": This member assistand ID (dynamic),
"assistantDestinations": [Do a search for destination:formatted as text with a constraint for current member]
}
And comma for second box (delimiter)
In the second formatted as text for destination
{
"type": "assistant",
"assistantName": "This assistant name (dynamic)",
"message": "This assistant message (dynamic)",
"description": "This description (dynamic"
}
Delimiter comma.
1 Like