Twilio.IpMessaging.V2.Service.Channel.WebhookService
(twilio_elixir v0.1.1)
Copy Markdown
View Source
Service for Webhook API operations.
Operations: list, create, fetch, update, delete
Summary
Functions
Operation: CreateChannelWebhook | Tags: IpMessagingV2Webhook
Operation: DeleteChannelWebhook | Tags: IpMessagingV2Webhook
Operation: FetchChannelWebhook | Tags: IpMessagingV2Webhook
Operation: ListChannelWebhook | Tags: IpMessagingV2Webhook
Stream: (lazy auto-pagination).
Operation: UpdateChannelWebhook | Tags: IpMessagingV2Webhook
Functions
@spec create(Twilio.Client.t(), String.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Resources.IpMessaging.V2.Service.Channel.Webhook.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: CreateChannelWebhook | Tags: IpMessagingV2Webhook
Required Parameters
| Parameter | Type | Description |
|---|---|---|
Type | string | Values: webhook, trigger, studio |
Optional Parameters
| Parameter | Type | Description |
|---|---|---|
Configuration.Filters | array | |
Configuration.FlowSid | string | |
Configuration.Method | string | Values: GET, POST |
Configuration.RetryCount | integer | |
Configuration.Triggers | array | |
Configuration.Url | string |
@spec delete(Twilio.Client.t(), String.t(), String.t(), String.t(), keyword()) :: {:ok, map()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: DeleteChannelWebhook | Tags: IpMessagingV2Webhook
@spec fetch(Twilio.Client.t(), String.t(), String.t(), String.t(), keyword()) :: {:ok, Twilio.Resources.IpMessaging.V2.Service.Channel.Webhook.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: FetchChannelWebhook | Tags: IpMessagingV2Webhook
@spec list(Twilio.Client.t(), String.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Page.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: ListChannelWebhook | Tags: IpMessagingV2Webhook
@spec stream(Twilio.Client.t(), String.t(), String.t(), map(), keyword()) :: Enumerable.t()
Stream: (lazy auto-pagination).
@spec update(Twilio.Client.t(), String.t(), String.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Resources.IpMessaging.V2.Service.Channel.Webhook.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: UpdateChannelWebhook | Tags: IpMessagingV2Webhook
Optional Parameters
| Parameter | Type | Description |
|---|---|---|
Configuration.Filters | array | |
Configuration.FlowSid | string | |
Configuration.Method | string | Values: GET, POST |
Configuration.RetryCount | integer | |
Configuration.Triggers | array | |
Configuration.Url | string |