Please help me fix this... AI VOICE Receptionist - Gather Info for appointment - push to G Calender

I need it to gather

Address
Phone Number
First and last name
date and time of appointment
Notes for technicians

for some reason i sometimes get the address sometimes i don’t, and i always give my phone number when im test calling it, and it says phone number not provided…
i had it almost perfect and then it somehow does a 180 when i try and improve it or something… thanks for any help.

Find Event My Way.json (16.0 KB)
Create_Event_My_Way.json (110.5 KB)

1 Like

Hi @GotPower247

It’s simple. You can create system and user prompt mentioning to output the result in JSON format as shown below:

{

“Address”: “”
“Phone Number”: “”
“First and last name”: “”
“date and time of appointment”: “”
“Notes for technicians”: “”

}

Then, you can parse the output using Parse JSON module. The same is explained in our detailed video here.

Regards,
Msquare Automation - Gold Partner of Make

@Msquare_Automation