Josh
08/12/2025, 5:28 AMChiranjeet Mishra
08/13/2025, 8:11 AMworkflowId associated with your phone number settings.
Here’s how you can verify or update the workflow ID using the API:
1. **Get the Phone Number Details**:Use the GET endpoint to retrieve the phone number details and verify the workflowId. For example:
bash
curl https://api.vapi.ai/phone-number/<id> -H "Authorization: Bearer <token>"
[Phone Numbers GET](https://docs.vapi.ai/api-reference/phone-numbers/get)
2. **Update the Workflow ID**:If necessary, update the workflow ID using the PATCH endpoint to ensure it points to f7780849-87cb-46f8-ba08-e8bbb499fc72. To do this, send a PATCH request with the correct workflowId.
By ensuring that the correct workflow ID is linked to your phone number, calls should be routed appropriately. Let me know if you need further assistance.