DEV Community

Discussion on: I built and deployed a Voice AI Agent in 30 minutes! 🎉

Collapse
 
psylligent profile image
Vlad I

Amazing, can it take info from call and push into my db ?

Collapse
 
anmolbaranwal profile image
Anmol Baranwal

Yeah, you can use the Webhook node to collect the data and send it to your endpoint. Then parse the JSON payload & use any ORM to write data in your DB.