{"resource_type":{"id":274,"name":"twilio_message_template","schema":"{\n\t\"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n\t\"properties\": {\n\t\t\"account_sid\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"The 34 letter SID used to represent a Twilio resource.\",\n\t\t\t\"pattern\": \"^.{34}$\",\n\t\t\t\"default\": \"\",\n\t\t\t\"nullable\": false\n\t\t},\n\t\t\"auth_token\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"The token used to authenticate Twilio API requests\",\n\t\t\t\"default\": \"\",\n\t\t\t\"nullable\": false\n\t\t},\n\t\t\"message_service_sid\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"The SID for a messaging service, which is a container that bundle messaging functionality for your specific use cases (such as WhatsApp). It can be found in the Messaging Services menu; each service has their own SID. By including it, you can retrieve usage statistics for the service.\",\n\t\t\t\"default\": \"\"\n\t\t},\n\t\t\"content_sid\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"The SID for the message content template.\",\n\t\t\t\"default\": \"\",\n\t\t\t\"nullable\": false\n\t\t},\n\t\t\"origin_number\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"The phone number from which messages will originate. This number must be initially approved and authenticated in the Twilio UI before it can be activated and used. If you are sending via a WhatsApp number, prefix your phone number with whatsapp:\",\n\t\t\t\"default\": \"\",\n\t\t\t\"nullable\": false\n\t\t},\n\t\t\"recipients\": {\n\t\t\t\"default\": [],\n\t\t\t\"items\": {\n\t\t\t\t\"type\": \"string\"\n\t\t\t},\n\t\t\t\"type\": \"array\",\n\t\t\t\"description\": \"The list of phone numbers to which alerts will be sent. If you are sending to WhatsApp numbers, prefix your phone numbers with whatsapp:\"\n\t\t}\n\t},\n\t\"required\": [\n\t\t\"account_sid\",\n\t\t\"auth_token\",\n\t\t\"content_sid\",\n\t\t\"origin_number\"\n\t],\n\t\"type\": \"object\",\n\t\"order\": [\n\t\t\"account_sid\",\n\t\t\"auth_token\",\n\t\t\"message_service_sid\",\n\t\t\"content_sid\",\n\t\t\"origin_number\",\n\t\t\"recipients\"\n\t]\n}","approved":true,"app":"twilio","description":"A Twilio resource type for sending messages to a number of recipients via the Message Service.","created_by":"rudo kemper324","created_at":"2025-08-11T01:02:24.343Z"}}