EMMANUEL
05/22/2025, 5:19 PMFrom in the webhook request. Example:
From: +1000000000
Forward to Vapi start Call API:
- Include the caller ID in the userPhoneNumber or metadata field:
json
{
"assistantId": "your_assistant_id",
"userPhoneNumber": "+18000000000",
"metadata": {
"callerId": "+18000000000"
}
}
3. Use in Assistant Logic (optional):
- Inside Vapi, use callerId from metadata to personalize or log the interaction.