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?