My webhook link works. After I press “Test” button, Make did get information from Retell.
But I set up Post-Call Data Extraction. I want to get the name of customer through phone call.
I set up name as “name”, description as “The customer’s full name as stated by the customer during the call.”
Format Example as “Tom” and “Jack Smith”
But Make can’t get the name of customer from Retell.
Here are some screenshots about call history, set up and Make screenshots.
call id:
call_84d195a35dbf3f7778964f5146d
And in call history, I saw that Ai gets customer name and phone number information. But I get nothing in Make side.
I saw that there will be data array in make in other Youtube video shown by other people. I will keep testing it.
By now, I give up webhook in Make. It seems like that account level limits data pass.
Now I use watch call and get a call in Make. I got the information about Post-Call Data which I defined and i need.
Agreed. I solved the problem.
I use call end function, so Retell needs one or two seconds to get custom vars.
If I use call analyze function, it will get data.
Or add a sleep tool to give Retell 2 or 3 seconds to get data by AI.
Thank you for your help.
Now, I will try custom function instead of call-end or call-analyze to call the webhook in Make.