Twilio.Resources.Messaging.V1.LinkShortening.Domain.Config
(twilio_elixir v0.1.1)
Copy Markdown
View Source
Config resource.
Properties
| Field | Description |
|---|
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
callback_url | URL to receive click events to your webhook whenever the recipients click on the shortened links.. Format: uri |
config_sid | The unique string that we created to identify the Domain config (prefix ZK). |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
continue_on_failure | Boolean field to set customer delivery preference when there is a failure in linkShortening service |
date_created | Date this Domain Config was created.. Format: date-time |
date_updated | Date that this Domain Config was last updated.. Format: date-time |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
disable_https | Customer's choice to send links with/without "https://" attached to shortened url. If true, messages will not be sent with https:// at the beginning of the url. If false, messages will be sent with https:// at the beginning of the url. False is the default behavior if it is not specified. |
domain_sid | The unique string that we created to identify the Domain resource. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
fallback_url | 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.. Format: uri |
url | Format: uri |
Summary
Types
@type t() :: %Twilio.Resources.Messaging.V1.LinkShortening.Domain.Config{ callback_url: String.t() | nil, config_sid: String.t() | nil, continue_on_failure: boolean() | nil, date_created: String.t() | nil, date_updated: String.t() | nil, disable_https: boolean() | nil, domain_sid: String.t() | nil, fallback_url: String.t() | nil, url: String.t() | nil }