You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Whether the feedback has arrived. Can be: `unconfirmed` or `confirmed`. If `provide_feedback`=`true` in [the initial HTTP POST](https://www.twilio.com/docs/sms/api/message-resource#create-a-message-resource), the initial value of this property is `unconfirmed`. After the message arrives, update the value to `confirmed`."
4041
+
"description": "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/sms/send-message-feedback-to-twilio)."
4038
4042
},
4039
4043
"date_created": {
4040
4044
"type": "string",
4041
4045
"format": "date-time-rfc-2822",
4042
4046
"nullable": true,
4043
-
"description": "The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format."
4047
+
"description": "The date and time in GMT when this MessageFeedback resource was created, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format."
4044
4048
},
4045
4049
"date_updated": {
4046
4050
"type": "string",
4047
4051
"format": "date-time-rfc-2822",
4048
4052
"nullable": true,
4049
-
"description": "The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format."
4053
+
"description": "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."
"description": "The Media resource represents a piece of media, such as an image, that is associated with a Message.",
19604
+
"description": "The Media subresource of a Message resource represents a piece of media, such as an image, that is associated with the Message.",
19601
19605
"x-twilio": {
19602
19606
"defaultOutputProperties": [
19603
19607
"sid",
@@ -19737,7 +19741,7 @@
19737
19741
"url": "https://api.twilio.com"
19738
19742
}
19739
19743
],
19740
-
"description": "The Media resource represents a piece of media, such as an image, that is associated with a Message.",
19744
+
"description": "The Media subresource of a Message resource represents a piece of media, such as an image, that is associated with the Message.",
19741
19745
"x-twilio": {
19742
19746
"defaultOutputProperties": [
19743
19747
"sid",
@@ -20356,6 +20360,10 @@
20356
20360
"type": "string",
20357
20361
"description": "For [Content Editor/API](https://www.twilio.com/docs/content) only: Key-value pairs of [Template variables](https://www.twilio.com/docs/content/using-variables-with-content-api) and their substitution values. `content_sid` parameter must also be provided. If values are not defined in the `content_variables` parameter, the [Template's default placeholder values](https://www.twilio.com/docs/content/content-api-resources#create-templates) are used."
20358
20362
},
20363
+
"Tags": {
20364
+
"type": "string",
20365
+
"description": "A string containing a JSON map of key value pairs of tags to be recorded as metadata for the message. The object may contain up to 10 tags. Keys and values can each be up to 128 characters in length."
"description": "Customer-provided feedback on delivery confirmation",
20781
+
"description": "The MessageFeedback subresource of a Message resource. MessageFeedback contains the reported outcome of whether the Message recipient performed a tracked user action.",
"description": "Create Message Feedback to confirm a tracked user action was performed by the recipient of the associated Message",
20785
20793
"tags": [
20786
20794
"Api20100401Feedback"
20787
20795
],
20788
20796
"parameters": [
20789
20797
{
20790
20798
"name": "AccountSid",
20791
20799
"in": "path",
20792
-
"description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.",
20800
+
"description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Message resource for which to create MessageFeedback.",
20793
20801
"schema": {
20794
20802
"type": "string",
20795
20803
"minLength": 34,
@@ -20801,7 +20809,7 @@
20801
20809
{
20802
20810
"name": "MessageSid",
20803
20811
"in": "path",
20804
-
"description": "The SID of the Message resource for which the feedback was provided.",
20812
+
"description": "The SID of the Message resource for which to create MessageFeedback.",
"description": "Whether the feedback has arrived. Can be: `unconfirmed` or `confirmed`. If `provide_feedback`=`true` in [the initial HTTP POST](https://www.twilio.com/docs/sms/api/message-resource#create-a-message-resource), the initial value of this property is `unconfirmed`. After the message arrives, update the value to `confirmed`."
20853
+
"description": "The outcome to report. Use `confirmed` to indicate that the Message recipient performed the tracked user action. Set `ProvideFeedback`=`true` when [creating a new Message](https://www.twilio.com/docs/sms/api/message-resource#create-a-message-resource) to track Message Feedback. Do not pass `unconfirmed` as the value of the `Outcome` parameter, since it is already the initial value for the MessageFeedback of a newly created Message."
Copy file name to clipboardexpand all lines: spec/json/twilio_messaging_v1.json
+4-4
Original file line number
Diff line number
Diff line change
@@ -824,7 +824,7 @@
824
824
"fallback_to_long_code": {
825
825
"type": "boolean",
826
826
"nullable": true,
827
-
"description": "Whether to enable [Fallback to Long Code](https://www.twilio.com/docs/messaging/services#fallback-to-long-code) for messages sent through the Service instance."
827
+
"description": "[OBSOLETE] Former feature used to fallback to longcode sender after certain short code message failures."
"description": "Whether to enable [Fallback to Long Code](https://www.twilio.com/docs/messaging/services#fallback-to-long-code) for messages sent through the Service instance."
3582
+
"description": "[OBSOLETE] Former feature used to fallback to longcode sender after certain short code message failures."
3583
3583
},
3584
3584
"AreaCodeGeomatch": {
3585
3585
"type": "boolean",
@@ -3843,7 +3843,7 @@
3843
3843
},
3844
3844
"FallbackToLongCode": {
3845
3845
"type": "boolean",
3846
-
"description": "Whether to enable [Fallback to Long Code](https://www.twilio.com/docs/messaging/services#fallback-to-long-code) for messages sent through the Service instance."
3846
+
"description": "[OBSOLETE] Former feature used to fallback to longcode sender after certain short code message failures."
0 commit comments