github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/AccountsMessagesFeedbackApi.md (about)

     1  # AccountsMessagesFeedbackApi
     2  
     3  All URIs are relative to *https://api.twilio.com*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**CreateMessageFeedback**](AccountsMessagesFeedbackApi.md#CreateMessageFeedback) | **Post** /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Feedback.json | 
     8  
     9  
    10  
    11  ## CreateMessageFeedback
    12  
    13  > ApiV2010MessageFeedback CreateMessageFeedback(ctx, MessageSidoptional)
    14  
    15  
    16  
    17  Create Message Feedback to confirm a tracked user action was performed by the recipient of the associated Message
    18  
    19  ### Path Parameters
    20  
    21  
    22  Name | Type | Description
    23  ------------- | ------------- | -------------
    24  **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    25  **MessageSid** | **string** | The SID of the Message resource for which to create MessageFeedback.
    26  
    27  ### Other Parameters
    28  
    29  Other parameters are passed through a pointer to a CreateMessageFeedbackParams struct
    30  
    31  
    32  Name | Type | Description
    33  ------------- | ------------- | -------------
    34  **PathAccountSid** | **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Message resource for which to create MessageFeedback.
    35  **Outcome** | **string** | 
    36  
    37  ### Return type
    38  
    39  [**ApiV2010MessageFeedback**](ApiV2010MessageFeedback.md)
    40  
    41  ### Authorization
    42  
    43  [accountSid_authToken](../README.md#accountSid_authToken)
    44  
    45  ### HTTP request headers
    46  
    47  - **Content-Type**: application/x-www-form-urlencoded
    48  - **Accept**: application/json
    49  
    50  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    51  [[Back to Model list]](../README.md#documentation-for-models)
    52  [[Back to README]](../README.md)
    53