Hey everyone, I am using Vapi to make outbound calls from GHL, make call from GHL webhhook with data payload.. I want to undertand what to do in Vapi assistant prompt or settings so it will take the (first name) at the start of call which value should I use?... Below is the payload
""customer": {
"number": "{{contact.phone_raw}}",
"name": "{{contact.first_name}} {{contact.last_name}}"
},
"metadata": {
"firstName": "{{contact.first_name}}",
"lastName": "{{contact.last_name}}",
"email": "{{contact.email}}",
"phoneRaw": "{{contact.phone_raw}}",
"ghlcontactId": "{{contact.id}}"
}
}"
@Vapi @Vapi Support Bot