90001: Message SID is invalid
MESSAGING
ERROR
This error occurs when you send a Message SID that does not match the expected format for a Message resource. Use a Twilio-generated Message SID with the SM or MM prefix followed by 32 hexadecimal characters.
- The SID does not start with
SMorMM. - The SID is not 34 characters long.
- The SID contains characters outside the hexadecimal range
0-9anda-f. - You passed a SID for a different resource, such as an Account SID or Messaging Service SID, instead of a Message SID.
- Copy the Message SID from the original message create response, a message fetch response, or the Messaging logs.
- Validate the SID format before you send the request. A valid Message SID matches
^(SM|MM)[0-9a-fA-F]{32}$. - Make sure you send the
MessageSidparameter with a Message SID value, not another Twilio resource SID such asAC...orMG.... - If you need to inspect an existing message, fetch it from the Messages resource by using the correct Message SID.