v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14109583546.7 KB

Set the MessageFeedbackStatus as RECEIVED or FAILED for the passed in MessageId.

If you use message feedback then you must update message feedback record. When you receive a signal that a user has received the message you must use PutMessageFeedback to set the message feedback record as RECEIVED; Otherwise, an hour after the message feedback record is set to FAILED.

post/#X-Amz-Target=PinpointSMSVoiceV2.PutMessageFeedback

Headers

X-Amz-Target'PinpointSMSVoiceV2.PutMessageFeedback' required

Request body

MessageIdstring required

The unique identifier for the message.

MessageFeedbackStatus'RECEIVED' | 'FAILED' required

Set the message feedback to be either <code>RECEIVED</code> or <code>FAILED</code>.

Response

Success

MessageIdstring required

The unique identifier for the message.

MessageFeedbackStatus'RECEIVED' | 'FAILED' required

The current status of the message.