Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

35115: Scheduling does not support this timestamp

Twilio Messaging DocumentationMessaging

Description

description page anchor

This error occurs when SendAt falls outside the supported window for a scheduled message. Set SendAt to a UTC ISO-8601 timestamp that is more than 5 minutes (300 seconds) from the request time and no more than 35 days in the future.

Possible causes

possible-causes page anchor
  • SendAt is less than 5 minutes from when Twilio receives the request.
  • SendAt is more than 35 days in the future.
  • You created the timestamp too close to the minimum lead time, and application delay pushed it out of range before Twilio received the POST request.
  • SendAt is not in the expected YYYY-MM-DDTHH:MM:SSZ format in UTC.
  • Update SendAt so it is more than 5 minutes (300 seconds) from the request time and no more than 35 days in the future.
  • Send SendAt as a UTC ISO-8601 timestamp in YYYY-MM-DDTHH:MM:SSZ format.
  • If you schedule close to the minimum allowed time, add buffer before you send the API request so Twilio receives it within the supported window.

Additional resources

additional-resources page anchor