I am building an automation with Elevenlabs agent. The concept is to fetch specific data from the google sheet (prospect’s name, phone, company info, etc.) and send it to elevenlabs agent so that it uses proper name and company when making the cold call. I am getting 405 error (Method not allowed - please check you are using the right HTTP method) . the node seems to be ok, adent ID ok, API ok. I am not sure whether I am using the right URL: https://api.elevenlabs.io/v1/convai/conversations
I have also put the specific URL in the Allowlist in the Elevenlabs agent itself, hoping to get connected, but without success. I am running out of ideas, hopefully you guys have encountered similar issues before and can help me.