SamSEOClub
01/09/2026, 12:50 PMRamik
01/09/2026, 1:26 PMcurl -X POST "https://api.vapi.ai/assistant" \
-H "Authorization: Bearer $VAPI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Support Assistant",
"hooks": [{
"on": "customer.speech.timeout",
"options": {
"timeoutSeconds": 10,
"triggerMaxCount": 3,
"triggerResetMode": "onUserSpeech"
},
"do": [{
"type": "say",
"exact": [
"Are you still there?",
"Can I help you with anything else?",
"I am here whenever you are ready to continue."
]
}],
"name": "idle_message_check"
}]
}'
Please refer to https://docs.vapi.ai/assistants/idle-messages
Thanks,
ShaunakSamSEOClub
01/27/2026, 12:02 PMSamSEOClub
01/27/2026, 12:02 PMSamSEOClub
01/27/2026, 12:02 PMRamik
01/27/2026, 2:04 PMSubhankar Ghosh
02/07/2026, 10:21 PM