[{
"var_name": "whatsapp_escalation_required",
"var_type": "boolean",
"description": "Whether the person was requested to share more information on WhatsApp as the resolution could not be completed on the call itself."
}
]curl --location --request POST 'https://staging-api.formi.co.in/v2/post_call/data/variables' \
--header 'token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MjZ9.G5VpBPI5UbbQjSl2qdvAh6DLmnXwvFevAsR7DNI7DxY' \
--header 'Content-Type: application/json' \
--data-raw '[{
"var_name": "whatsapp_escalation_required",
"var_type": "boolean",
"description": "Whether the person was requested to share more information on WhatsApp as the resolution could not be completed on the call itself."
}
]'[
{
"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
]
}
]