21625: Invalid providerTtl value
MESSAGING, RCS
ERROR
You provided an invalid value for the providerTtl parameter when creating a Message resource or configuring a Messaging Service. The providerTtl parameter must be an integer between 1 and 432000.
providerTtlis less than 1 secondproviderTtlis greater than 432000 seconds (5 days)providerTtlis not an integer value- Your application passes
providerTtlin an unsupported format, such as a string with non-numeric characters or a decimal value - You send the message with a Messaging Service, and the service-level
providerTtlis configured outside the supported range
- Update your request so
providerTtlis an integer between 1 and 432000 - If you send through a Messaging Service, review the service configuration and set
providerTtlto an integer from 1 to 432000 seconds - Validate the
providerTtlvalue in your application before you send the API request - Remove
providerTtlfrom the request if you do not need to override the default provider TTL behavior - Review the code that builds your Messaging API request and confirm the
providerTtlparameter is mapped correctly