Sending structured data from vapi - end of call report to activepieces/n8n

I am not sure if I am doing it right, i have a voice agent that linked to twilio and when I call, its notes all the information down, but I seems to not be able to route it out of vapi and send these structured output to either n8n or activepieces, like ive seen many videos on making a booking appointment and all, but I dont need haptic feedback from the tool,

So I am collecting:
callSummary: A concise summary capturing the key points and outcomes of the conversation (if mentioned clearly; otherwise return null)
contactNumber: Phone number of the caller (if explicitly stated; otherwise return null)
postcode: Postcode provided by the caller(if explicitly stated; otherwise return null)
location: Location name provided by the caller (if explicitly stated; otherwise return null)
preferedDateortime: date or time preferred provided by the caller (if explicity stated; otherwise return null)
email: Email address provided by the caller (if explicitly stated, otherwise return null)
name: Full name of the caller (if mentioned clearly; otherwise return null)
transcript: The complete trasnscript verbatim (if avaialable

while the "Structured Outputs" is working its only within Vapi dashboard, but I want to be able to split this or see this sent to n8n/activepieces webhook.
Was this page helpful?