{
"tool_name": "trigger_call",
"description": "If the prospects agrees to take the screening interview, put value '8017727622'",
"url": "https://api-demo.formi.co.in/v2/misc/npn/trigger-call",
"args": [
"customer_phone_number"
],
"is_active": true,
"tool_type": "api"
}curl --location 'https://staging-api.formi.co.in/v2/agents/112/tools/' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"tool_name": "trigger_call",
"description": "If the prospects agrees to take the screening interview, put value '\''8017727622'\''",
"url": "https://api-demo.formi.co.in/v2/misc/npn/trigger-call",
"args": [
"customer_phone_number"
],
"is_active": true,
"tool_type": "api"
}'{}