Hi Guys, tearing into the Call Statuses, and tryi...
# general-english
s
Hi Guys, tearing into the Call Statuses, and trying to figure out most efficient way to put people on the "Do not call" list when they ask. Follow this video? (just found it

https://www.youtube.com/watch?v=w7yHxLSvXnU&t=2s

) (REALtime not needed, after logs process is fine, don't want maybe increase call latency with live function) What is the best way to get 95% accuracy? Functions, Server URL calls, Analysis (extract "Stuctured Data" Function from the Conversation" or various endpoints in the Call Logs? So many options! 🙂 OR the old fashion API call to "List Calls" Python Style: https://share.zight.com/o0uLXDp4 Interesting to see answer from AI wizard in docs: https://share.zight.com/4gu8em9O (Basically says have assistant watch for keywords, then use functions calls) Thoughts?