35126: The ScheduleType value provided is not supported for this channel
MESSAGING
ERROR
This error occurs when you try to schedule a Programmable Messaging message with a ScheduleType value that the selected channel does not accept. For scheduled messages, Twilio accepts only fixed, and scheduled messaging is supported for SMS, MMS, RCS, and WhatsApp.
- You set
ScheduleTypeto a value other thanfixed. - You tried to schedule a message on a channel that does not support Message Scheduling. Scheduled messaging is supported for SMS, MMS, RCS, and WhatsApp.
- You submitted a scheduling request without
MessagingServiceSid. To create a scheduled message, includeMessagingServiceSidwithScheduleTypeandSendAt.
- Set
ScheduleTypetofixed. - Send the message through a supported channel if you need scheduling. Use SMS, MMS, RCS, or WhatsApp for scheduled sends.
- Include
MessagingServiceSidand a validSendAtvalue when you create the message.SendAtmust be an ISO-8601 timestamp between 15 minutes and 35 days in the future. - If you are sending on a channel that does not support scheduling, remove the scheduling parameters and send the message immediately.