@TCommander
To send the user's phone number automatically to Voiceflow when a specific intent is triggered in the VAPI call, you'll need to set up an action within your VAPI agent that captures the user's phone number and then passes it to Voiceflow using the appropriate variable name.
Here's a general outline of the steps you might take:
1. Configure your VAPI agent to recognize the specific intent that should trigger the action.
2. Within the intent handling, ensure there's a step to capture the user's phone number. This might involve asking the user for their number or retrieving it from the call context if it's available.
3. Once the phone number is captured, set it as a variable within your VAPI agent's context.
4. Use a webhook or an API call to send the captured phone number to Voiceflow, assigning it to the
{user_phone_number}
variable.
If you need assistance with the specific code or setup within your VAPI agent or Voiceflow, please provide more details about your current configuration, and I'll be happy to help further!