Sure, If you're not seeing the option to add a cus...
# general-english
t
Sure, If you're not seeing the option to add a customer name in the Vapi outbound call module on Make.com, you can pass it manually using the
metadata
field. Just include something like
"customer_name": "John Doe"
there. Sometimes the name field is hidden under advanced settings, so check if there's a toggle to reveal more fields. If that still doesn't work, you can use Make's HTTP module to call Vapi’s API directly and include all custom fields like customer name in the request body. DM me if you want me to explain further
2 Views