Error 35114
Product: Programmable SMS
ERROR - 35114
Scheduling does not support this timestamp
SendAt time must be between 900 seconds and 604800 seconds in the future, inclusive.
Possible Causes
Scheduler currently doesn't support scheduling a message at a fixed time less that 15 minutes from now, or more than 7 days in the future.
Possible Solutions
Verify that the SendAt parameter is using "[YYYY]-[MM]-[DD]T[HH]:[MM]:[SS]Z" format (in UTC).
Check the SendAt parameter to ensure it is is greater than 15 minutes (900 seconds) from request time and 7 days (604800 seconds) in the future.