hey does anyone know how i can use an incoming num...
# support
s
I need an incoming phone number as variable to compare against a google sheet but when in custom tools I write the value as {{caller.PhoneNumber}} it takes it as a string
k
In Vapi, {{caller.PhoneNumber}} is a string, so extract it as a string variable (like incomingNumber), optionally normalize it, and use that for comparison with your Google Sheet..
3 Views