himanshu2344
09/19/2024, 3:01 AMVapi
09/19/2024, 3:02 AMVapi
09/19/2024, 3:02 AMassistantId are not being displayed on your webpage when you filter by a specific assistantId. To ensure that all calls, including those without an assistantId, are retrieved and displayed, you may need to modify your webpage logic to fetch and show calls both with and without an assistantId.
Here's what you can do:
1. Fetch all calls without filtering by assistantId to ensure you get the complete list, including those without an assistantId.
2. Filter the calls on the client-side or server-side based on the assistantId if needed, but also include calls with a missing or null assistantId in your display logic.
If you need to automatically assign an assistantId to calls that don't have one, you can set up a server-side logic that listens for an assistant-request message and responds with the appropriate assistantId based on the caller's phone number or other criteria.
If you need further assistance with setting up this logic or have any other questions, please let me know!Vapi
09/19/2024, 3:02 AMhimanshu2344
09/19/2024, 7:53 AMShubham Bajaj
09/19/2024, 8:08 PMhimanshu2344
10/01/2024, 10:42 AMShubham Bajaj
10/02/2024, 3:22 PM