github.com/twilio/twilio-go@v1.20.1/rest/messaging/v1/docs/MessagingV1DomainConfigMessagingService.md (about) 1 # MessagingV1DomainConfigMessagingService 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **DomainSid** | Pointer to **string** | The unique string that we created to identify the Domain resource. | 8 **ConfigSid** | Pointer to **string** | The unique string that we created to identify the Domain config (prefix ZK). | 9 **MessagingServiceSid** | Pointer to **string** | The unique string that identifies the messaging service | 10 **FallbackUrl** | Pointer to **string** | Any requests we receive to this domain that do not match an existing shortened message will be redirected to the fallback url. These will likely be either expired messages, random misdirected traffic, or intentional scraping. | 11 **CallbackUrl** | Pointer to **string** | URL to receive click events to your webhook whenever the recipients click on the shortened links. | 12 **ContinueOnFailure** | Pointer to **bool** | Boolean field to set customer delivery preference when there is a failure in linkShortening service | 13 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | Date this Domain Config was created. | 14 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | Date that this Domain Config was last updated. | 15 **Url** | Pointer to **string** | | 16 17 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 19