Answer calls with context. When someone calls, the voice agent gets the caller name and details pulled from a spreadsheet in seconds. Teams that run support or sales lines can greet people by name and move straight to the right next step.
The flow starts with a webhook that receives the inbound call event from the voice platform. An allow list blocks unknown IPs for safety. The phone number from the event is used to search a Google Sheets table and fetch the matching row. A response node then sends a clean JSON payload with dynamic variables so the agent can personalize the greeting and script.
Setup is simple if you already store customer data in Google Sheets. Expect a faster start to each call and less time spent on lookups, often saving one to two minutes per call. It works well for support hotlines, sales callbacks, and appointment lines where the caller identity drives the conversation. Phone numbers must use a plus sign and no spaces for a match. You can add more fields in the sheet and map them to variables without code.