13513: Say: Invalid rate value
VOICE
WARNING
This warning appears when the rate value inside <prosody> is invalid. Twilio uses a default rate value of 150 when this happens. Twilio supports SSML inside <Say>, but SSML support can vary by provider and voice.
- The
<prosody>ratevalue is malformed or not supported by the selected voice. Twilio supports only a subset of SSML tags, and unsupported SSML can cause<Say>to fail. - You are using a Basic voice. Basic voices do not support SSML, so
<prosody>is not available.
- Change the
<prosody>ratevalue to a supported value, such asx-slowor a percentage like85%. - Verify that the selected voice supports SSML and test the TwiML with that exact provider and voice combination before you deploy it.
- If you are using a Basic voice, remove SSML from
<Say>or switch to a voice that supports SSML.