Service for Channel API operations.
Operations: list, create, fetch, update, delete
Summary
Functions
Operation: CreateChannel | Tags: IpMessagingV1Channel
Operation: DeleteChannel | Tags: IpMessagingV1Channel
Operation: FetchChannel | Tags: IpMessagingV1Channel
Operation: ListChannel | Tags: IpMessagingV1Channel
Stream: (lazy auto-pagination).
Operation: UpdateChannel | Tags: IpMessagingV1Channel
Functions
@spec create(Twilio.Client.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Resources.IpMessaging.V1.Service.Channel.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: CreateChannel | Tags: IpMessagingV1Channel
Optional Parameters
| Parameter | Type | Description |
|---|---|---|
Attributes | string | |
FriendlyName | string | |
Type | string | Values: public, private |
UniqueName | string |
@spec delete(Twilio.Client.t(), String.t(), String.t(), keyword()) :: {:ok, map()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: DeleteChannel | Tags: IpMessagingV1Channel
@spec fetch(Twilio.Client.t(), String.t(), String.t(), keyword()) :: {:ok, Twilio.Resources.IpMessaging.V1.Service.Channel.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: FetchChannel | Tags: IpMessagingV1Channel
@spec list(Twilio.Client.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Page.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: ListChannel | Tags: IpMessagingV1Channel
Query Parameters
| Parameter | Type | Description |
|---|---|---|
Type | array |
@spec stream(Twilio.Client.t(), String.t(), map(), keyword()) :: Enumerable.t()
Stream: (lazy auto-pagination).
@spec update(Twilio.Client.t(), String.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Resources.IpMessaging.V1.Service.Channel.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: UpdateChannel | Tags: IpMessagingV1Channel
Optional Parameters
| Parameter | Type | Description |
|---|---|---|
Attributes | string | |
FriendlyName | string | |
UniqueName | string |