Authentication Issues
401 Unauthorized
- Check if your API key is correct and not expired
- Verify the header format:
x-api-key: YOUR_API_KEY - Ensure your API key is active (
isActive: true) - Request a new API key if issues persist
403 Forbidden
- Your account may lack the required permissions
- Check if your organization status is
active
Call Issues
Calls Not Connecting
- Verify the contact’s phone number format (E.164)
- Check if the DID pool has valid numbers
- Ensure the program has
activestatus - Review dial timeout settings
Calls Going to Voicemail
- Enable AMD (
enableAMD: true) to detect voicemails - Configure the
onVoicemailoutput in your Dial node - Consider calling at different times
Audio Not Playing
- Verify the audio file exists and is valid
- Check the
audioIdin your Play node - Ensure dictionary entries exist for dynamic content
Program Issues
Program Won’t Start
- Check if
startAtis in the future - Verify the audience is not empty
- Ensure the program status is
active - Check for existing running executions
Program Stops Unexpectedly
scheduledStopAtmay have been reached- All contacts may have been processed
- Check for errors in the flow
Flow Issues
Flow Execution Fails
- Validate your flow using
POST /flows/validate - Check for missing node connections
- Ensure all required outputs have targets
- Verify variable names are correct
DTMF Input Not Recognized
- Check
timeoutsettings (default: 30000ms) - Verify
allowedDigitsconfiguration - Ensure
multiDigitConfigterminators are correct
Rate Limiting
429 Too Many Requests
- Reduce your request frequency
- Implement exponential backoff
- Consider batching operations
Contact Issues
Contacts Not Importing
- Check phone number format (3-20 characters)
- Verify required fields are present
- Look for duplicate phone numbers (409 error)
Invalid Phone Number Errors
- Use E.164 format:
+[country code][number] - Ensure phone is 3-20 characters
- Remove spaces and special characters
Still Need Help?
- Check the FAQ for more answers
- Review the API documentation
- Contact support with:
- Organization ID
- Error message/code
- Steps to reproduce
- Timestamp