Need help with Retell ai and n8n
I want to build outbound call system with this, its not showing me this error, i have just added the cURL from api docs also
Need help with Retell ai and n8n
I want to build outbound call system with this, its not showing me this error, i have just added the cURL from api docs also
Hey @Anshul_Soni hope all is well.
Would you like to share more? The workflow, your node config, that curl command?
Right now it looks like the remote server is telling you that the thing you are asking for doesnāt exist. It is not related to n8n.
sure, i am trying to create https POST request to create call, below is the cURL
curl --request POST
āurl https://api.retellai.com/v2/create-phone-call
āheader āAuthorization: Bearer ā
āheader āContent-Type: application/jsonā
ādata ā{
āfrom_numberā: ā+14157774444ā,
āto_numberā: ā+12137774445ā,
āoverride_agent_idā: āoBeDLoLOeuAbiuaMFXRtDOLriTJ5tSxDā,
āoverride_agent_versionā: 1,
āmetadataā: {},
āretell_llm_dynamic_variablesā: {
ācustomer_nameā: āJohn Doeā
},
ācustom_sip_headersā: {
āX-Custom-Headerā: āCustom Valueā
}
}ā
Are you using your own values for the request?
Your own number, afent_id and the bearer?