# `Twilio.Numbers.V1.Porting.Configuration.WebhookService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/numbers/v1/porting/configuration/webhook_service.ex#L2)

Service for Webhook API operations.

Operations: `list`, `create`, `delete`

# `create`

```elixir
@spec create(Twilio.Client.t(), map(), keyword()) ::
  {:ok, Twilio.Resources.Numbers.V1.Porting.Configuration.Webhook.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Create a Webhook Configuration

Operation: `CreatePortingWebhookConfiguration` | Tags: NumbersV1PortingWebhookConfiguration

# `delete`

```elixir
@spec delete(Twilio.Client.t(), String.t(), keyword()) ::
  {:ok, map()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
```

Allows the client to delete a webhook configuration.

Operation: `DeletePortingWebhookConfigurationDelete` | Tags: NumbersV1PortingWebhookConfigurationDelete

# `list`

```elixir
@spec list(Twilio.Client.t(), map(), keyword()) ::
  {:ok, Twilio.Page.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Allows to fetch the webhook configuration

Operation: `FetchPortingWebhookConfigurationFetch` | Tags: NumbersV1PortingWebhookConfigurationFetch

# `stream`

```elixir
@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()
```

Stream: Allows to fetch the webhook configuration (lazy auto-pagination).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
