github.com/twilio/twilio-go@v1.20.1/rest/messaging/v1/docs/MessagingV1Service.md (about) 1 # MessagingV1Service 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that we created to identify the Service resource. | 8 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource. | 9 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. | 10 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 11 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 12 **InboundRequestUrl** | Pointer to **string** | The URL we call using `inbound_method` when a message is received by any phone number or short code in the Service. When this property is `null`, receiving inbound messages is disabled. All messages sent to the Twilio phone number or short code will not be logged and received on the Account. If the `use_inbound_webhook_on_number` field is enabled then the webhook url defined on the phone number will override the `inbound_request_url` defined for the Messaging Service. | 13 **InboundMethod** | Pointer to **string** | The HTTP method we use to call `inbound_request_url`. Can be `GET` or `POST`. | 14 **FallbackUrl** | Pointer to **string** | The URL that we call using `fallback_method` if an error occurs while retrieving or executing the TwiML from the Inbound Request URL. If the `use_inbound_webhook_on_number` field is enabled then the webhook url defined on the phone number will override the `fallback_url` defined for the Messaging Service. | 15 **FallbackMethod** | Pointer to **string** | The HTTP method we use to call `fallback_url`. Can be: `GET` or `POST`. | 16 **StatusCallback** | Pointer to **string** | The URL we call to [pass status updates](https://www.twilio.com/docs/sms/api/message-resource#message-status-values) about message delivery. | 17 **StickySender** | Pointer to **bool** | Whether to enable [Sticky Sender](https://www.twilio.com/docs/messaging/services#sticky-sender) on the Service instance. | 18 **MmsConverter** | Pointer to **bool** | Whether to enable the [MMS Converter](https://www.twilio.com/docs/messaging/services#mms-converter) for messages sent through the Service instance. | 19 **SmartEncoding** | Pointer to **bool** | Whether to enable [Smart Encoding](https://www.twilio.com/docs/messaging/services#smart-encoding) for messages sent through the Service instance. | 20 **ScanMessageContent** | Pointer to [**string**](ServiceEnumScanMessageContent.md) | | 21 **FallbackToLongCode** | Pointer to **bool** | [OBSOLETE] Former feature used to fallback to long code sender after certain short code message failures. | 22 **AreaCodeGeomatch** | Pointer to **bool** | Whether to enable [Area Code Geomatch](https://www.twilio.com/docs/messaging/services#area-code-geomatch) on the Service Instance. | 23 **SynchronousValidation** | Pointer to **bool** | Reserved. | 24 **ValidityPeriod** | Pointer to **int** | How long, in seconds, messages sent from the Service are valid. Can be an integer from `1` to `14,400`. | 25 **Url** | Pointer to **string** | The absolute URL of the Service resource. | 26 **Links** | Pointer to **map[string]interface{}** | The absolute URLs of related resources. | 27 **Usecase** | Pointer to **string** | A string that describes the scenario in which the Messaging Service will be used. Possible values are `notifications`, `marketing`, `verification`, `discussion`, `poll`, `undeclared`. | 28 **UsAppToPersonRegistered** | Pointer to **bool** | Whether US A2P campaign is registered for this Service. | 29 **UseInboundWebhookOnNumber** | Pointer to **bool** | A boolean value that indicates either the webhook url configured on the phone number will be used or `inbound_request_url`/`fallback_url` url will be called when a message is received from the phone number. If this field is enabled then the webhook url defined on the phone number will override the `inbound_request_url`/`fallback_url` defined for the Messaging Service. | 30 **SendingWindows** | Pointer to **interface{}** | A list of Sending Windows, which indicate defined time ranges in which a message can be sent, in the UTC time zone. Each window is defined by two strings, labeled \"start_time\" and \"end_time\". | 31 32 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 33 34