[
{
"var_name": "string",
"var_type": "string",
"description": "string",
"variable_id": 0,
"destination_ids": [
0
]
}
]
curl --location --request POST 'https://staging-api.formi.co.in/v2/post_call/data/variables' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"var_name": "string",
"var_type": "string",
"description": "string",
"variable_id": 0,
"destination_ids": [
0
]
}
]'
[
{
"var_name": "customer_name",
"var_type": "string",
"description": "name of the customer as inferred from the conversation",
"variable_id": 98765432,
"destination_ids": [
32657790,
81891481,
22529718
]
},
{
"var_name": "customer_phone_no.",
"var_type": "string",
"description": "phone No. of the customer as inferred from the conversation",
"variable_id": 25589883,
"destination_ids": [
90824215
]
}
]