Hey peeps, what do I need to know on the Vapi side for call blocking given my use case below?
Any guidance is greatly appreciated.
I need to build a make integration for a voice agent which when it qualifies a call as spam it sends a webhook adding the number to a Google sheet block list that is later used for another webhook that checks incoming calls to identify the caller ID as known spam or not, if spam block, if not allow. I’m using Twilio.
I currently have a Make scenario that is webhook > create json > parse json > gmail which sends the lead info captured during the call to the client.
I need to extract the caller ID / customer number for non spam calls in the webhook and include that data in the email being sent out.
I tried to add it to the create json but the scenario failed.