Twilio.Resources.Messaging.V2.Channel.Sender (twilio_elixir v0.1.1)

Copy Markdown View Source

The Senders resource represents a messaging channel sender (WhatsApp, RCS).

SID prefix: XE

Properties

FieldDescription
sidThe SID of the sender.

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

statusThe status of the sender. . Values: CREATING, ONLINE, OFFLINE, PENDING_VERIFICATION, VERIFYING, ONLINE:UPDATING, TWILIO_REVIEW, DRAFT, STUBBED
urlThe URL of the resource.. Format: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.Messaging.V2.Channel.Sender{
  compliance: String.t(),
  configuration: String.t(),
  offline_reasons: String.t(),
  profile: String.t(),
  properties: String.t(),
  sender_id: String.t(),
  sid: String.t() | nil,
  status: String.t(),
  url: String.t() | nil,
  webhook: String.t()
}

Functions

object_name()

sid_prefix()