Make & receive phone calls
Bind Voice Agents
Make Outbound Call
const registerCallResponse = await retell.call.createPhoneCall({
from_number: '+14157774444', // replace with the number you purchased
to_number: '+12137774445', // replace with the number you want to call
});
console.log(registerCallResponse);Update the Voice Agent Bound to A Number
Get Call Detail
Last updated

