provider Api20100401Feedback POST /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Feedback.json
@utdk/twilio /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
Create Message Feedback to confirm a tracked user action was performed by the recipient of the associated Message
AccountSid path required
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Message resource for which to create MessageFeedback.
string
MessageSid path required
The SID of the Message resource for which to create MessageFeedback.
string

Try it

Authentication
Configure credentials for Twilio - Api
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

createmessagefeedback
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

Parameters

required

The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Message resource for which to create MessageFeedback.

required

The SID of the Message resource for which to create MessageFeedback.

Input

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).

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import twilio from '@utdk/twilio';

await twilio.createmessagefeedback()