35111: SendAt timestamp is missing
MESSAGING
ERROR
This error occurs when you try to create a scheduled message with ScheduleType set to fixed and do not include SendAt. Scheduled messages require both parameters, and SendAt must be a timestamp in ISO-8601 format.
- You set
ScheduleTypetofixedbut left outSendAt. - You tried to schedule a message without providing the send time Twilio needs to create the scheduled
Messageresource.
- Include
SendAtwhenever you setScheduleTypetofixed. Use an ISO-8601 timestamp. - Make sure the scheduled send time is between 15 minutes and 35 days from the time Twilio receives the
POSTrequest. - Create the message with a
MessagingServiceSidwhen you schedule delivery. Without it, Twilio treats the request as non-scheduled.