# Create message **POST /v2/Services/{ServiceSid}/Channels/{ChannelSid}/Messages** TODO: Resource-level docs ## Servers ## Parameters ### Headers - **X-Twilio-Webhook-Enabled** (string) The X-Twilio-Webhook-Enabled HTTP request header ### Path parameters - **ServiceSid** (string) - **ChannelSid** (string) ### Body: (object) - **Body** (string) - **Attributes** (string) - **DateCreated** (string(date-time)) - **DateUpdated** (string(date-time)) - **From** (string) - **LastUpdatedBy** (string) - **MediaSid** (string) ## Responses ### 201 Created #### Body: (object) - **account_sid** (string | null) - **attributes** (string | null) - **body** (string | null) - **channel_sid** (string | null) - **date_created** (string(date-time) | null) - **date_updated** (string(date-time) | null) - **from** (string | null) - **index** (integer | null) - **last_updated_by** (string | null) - **media** () - **service_sid** (string | null) - **sid** (string | null) - **to** (string | null) - **type** (string | null) - **url** (string(uri) | null) - **was_edited** (boolean | null) [Powered by Bump.sh](https://bump.sh)