Retell and n8n help

Need help with Retell ai and n8n :slight_smile:

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?