derscodes
10/09/2024, 3:39 PMVapi
10/09/2024, 3:42 PM{{customerName}} is not being correctly replaced with the actual customer name, it could cause the message to not be delivered as intended. Make sure that the variable substitution is set up correctly in make.com.
2. **Phone Number Format**: Verify that the customer's phone number is in the correct format required by VAPI. It should typically be in E.164 format, which for the number you've provided seems correct (+17802208605).
3. **Assistant Configuration**: Ensure that the assistant with the ID 7e7ba73c-6083-4f4e-8d33-18b8bd505822 is properly configured and active in your VAPI account.
4. **API Endpoint and Method**: Double-check that you're using the correct API endpoint and HTTP method for initiating the outbound call.
5. **Error Messages**: Look for any error messages or codes returned by VAPI when the call fails. This can provide clues as to what might be going wrong.
6. **Network Issues**: Sometimes, network issues or restrictions can prevent API calls from succeeding. Ensure that there are no such issues on your end.
7. **API Rate Limits**: If you're making a lot of API calls in a short period, you might be hitting rate limits. Check if that's the case.
8. **Logs and Debugging**: Check the logs in make.com for any additional information about the call failure. You may need to enable detailed logging if it's not already on.
If after checking these points the issue still persists, it might be best to reach out to VAPI support with the details of the call attempt, including any error messages received, for further assistance.Vapi
10/09/2024, 3:42 PMderscodes
10/09/2024, 3:58 PMderscodes
10/09/2024, 3:58 PMVapi
10/09/2024, 3:59 PM{{Customer Name}}.
Make sure that the variable name you use in the VAPI call matches exactly with the name of the variable you've set in make.com, including any spaces and case sensitivity. If you're unsure of the variable name, you can check the output of the previous modules in your make.com scenario to confirm the correct variable name to use.Shubham Bajaj
10/10/2024, 8:50 PM