Insight
Create Insight
post/reporting/insight
Request body
Example request
{
"formulas": [
{
"name": "Booking Rate"
}
],
"queries": [
{
"type": "vapiql-json",
"filters": [
{
"column": "assistant_id",
"operator": "\"=\" or \"!=\""
}
],
"column": "id",
"operation": "count",
"name": "Total Calls"
}
]
}Response
Example response
{
"formulas": [
{
"name": "Booking Rate"
}
],
"queries": [
{
"type": "vapiql-json",
"filters": [
{
"column": "assistant_id",
"operator": "\"=\" or \"!=\""
}
],
"column": "id",
"operation": "count",
"name": "Total Calls"
}
]
}