---
title: "Add a new message to the conversation"
method: POST
path: "/v1/Conversations/{ConversationSid}/Messages"
tags: ["ConversationsV1Message"]
---

# Add a new message to the conversation

`POST /v1/Conversations/{ConversationSid}/Messages`

Add a new message to the conversation

## Path parameters

- `ConversationSid` string, required

## Headers

- `X-Twilio-Webhook-Enabled` 'true' | 'false'

## Response `201`

Created

- ConversationsV1ConversationConversationMessage
  - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this message.
  - `conversation_sid` string, nullable — The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message.
  - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
  - `index` integer — The index of the message within the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource). Indices may skip numbers, but will always be in order of when the message was received.
  - `author` string, nullable — The channel specific identifier of the message's author. Defaults to `system`.
  - `body` string, nullable — The content of the message, can be up to 1,600 characters long.
  - `media` unknown[], nullable — An array of objects that describe the Message's media, if the message contains media. Each object contains these fields: `content_type` with the MIME type of the media, `filename` with the name of the media, `sid` with the SID of the Media resource, and `size` with the media object's file size in bytes. If the Message has no media, this value is `null`.
    - unknown
  - `attributes` string, nullable — A string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified. **Note** that if the attributes are not set "{}" will be returned.
  - `participant_sid` string, nullable — The unique ID of messages's author participant. Null in case of `system` sent message.
  - `date_created` string, date-time, nullable — The date that this resource was created.
  - `date_updated` string, date-time, nullable — The date that this resource was last updated. `null` if the message has not been edited.
  - `url` string, uri, nullable — An absolute API resource API URL for this message.
  - `delivery` unknown
  - `links` object, nullable — Contains an absolute API resource URL to access the delivery & read receipts of this message.
  - `content_sid` string, nullable — The unique ID of the multi-channel [Rich Content](https://www.twilio.com/docs/content) template.

---

[API](https://skmtc.net/twilio/apis/conversations-v1.md) · [All operations](https://skmtc.net/twilio/apis/conversations-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/conversations-v1/versions/34913a501fc2/schema)
