---
title: "Create Message Feedback to confirm a tracked user action was performed by the recipient of the associated Message"
method: POST
path: "/2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Feedback.json"
tags: ["Api20100401Feedback"]
---

# Create Message Feedback to confirm a tracked user action was performed by the recipient of the associated Message

`POST /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Feedback.json`

Create Message Feedback to confirm a tracked user action was performed by the recipient of the associated Message

## Path parameters

- `AccountSid` string, required
- `MessageSid` string, required

## Response `200`

OK

- ApiV2010AccountMessageMessageFeedback
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with this MessageFeedback resource.
  - `message_sid` string, nullable — The SID of the Message resource associated with this MessageFeedback resource.
  - `outcome` 'confirmed' | 'unconfirmed' — Reported outcome indicating whether there is confirmation that the Message recipient performed a tracked user action. Can be: `unconfirmed` or `confirmed`. For more details see [How to Optimize Message Deliverability with Message Feedback](https://www.twilio.com/docs/messaging/guides/send-message-feedback-to-twilio).
  - `date_created` string, date-time-rfc-2822, nullable — The date and time in GMT when this MessageFeedback resource was created, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `date_updated` string, date-time-rfc-2822, nullable — The date and time in GMT when this MessageFeedback resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `uri` string, nullable — The URI of the resource, relative to `https://api.twilio.com`.

---

[API](https://skmtc.net/twilio/apis/api-v2010.md) · [All operations](https://skmtc.net/twilio/apis/api-v2010/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/api-v2010/revisions/a6753266b8b0/schema)
