# `Twilio.Notify.V1.ServiceService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/notify/v1/service_service.ex#L2)

Service for Service API operations.

Operations: `list`, `create`, `fetch`, `update`, `delete`

# `create`

```elixir
@spec create(Twilio.Client.t(), map(), keyword()) ::
  {:ok, Twilio.Resources.Notify.V1.Service.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Operation: `CreateService` | Tags: NotifyV1Service

## Optional Parameters

| Parameter | Type | Description |
|-----------|------|-------------|
| `AlexaSkillId` | string | Deprecated. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `ApnCredentialSid` | string | The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for APN Bindings. |
| `DefaultAlexaNotificationProtocolVersion` | string | Deprecated. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `DefaultApnNotificationProtocolVersion` | string | The protocol version to use for sending APNS notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `DefaultFcmNotificationProtocolVersion` | string | The protocol version to use for sending FCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `DefaultGcmNotificationProtocolVersion` | string | The protocol version to use for sending GCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. |
| `DeliveryCallbackEnabled` | boolean | Callback configuration that enables delivery callbacks, default false |
| `DeliveryCallbackUrl` | string | URL to send delivery status callback. |
| `FacebookMessengerPageId` | string | Deprecated. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `FcmCredentialSid` | string | The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for FCM Bindings. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `FriendlyName` | string | A descriptive string that you create to describe the resource. It can be up to 64 characters long. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `GcmCredentialSid` | string | The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for GCM Bindings. |
| `LogEnabled` | boolean | Whether to log notifications. Can be: `true` or `false` and the default is `true`. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `MessagingServiceSid` | string | The SID of the [Messaging Service](https://www.twilio.com/docs/sms/quickstart#messaging-services) to use for SMS Bindings. This parameter must be set in order to send SMS notifications. |

# `delete`

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

Operation: `DeleteService` | Tags: NotifyV1Service

# `fetch`

```elixir
@spec fetch(Twilio.Client.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Notify.V1.Service.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Operation: `FetchService` | Tags: NotifyV1Service

# `list`

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

Operation: `ListService` | Tags: NotifyV1Service

## Query Parameters

| Parameter | Type | Description |
|-----------|------|-------------|
| `FriendlyName` | string | The string that identifies the Service resources to read. |

# `stream`

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

Stream:  (lazy auto-pagination).

# `update`

```elixir
@spec update(Twilio.Client.t(), String.t(), map(), keyword()) ::
  {:ok, Twilio.Resources.Notify.V1.Service.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Operation: `UpdateService` | Tags: NotifyV1Service

## Optional Parameters

| Parameter | Type | Description |
|-----------|------|-------------|
| `AlexaSkillId` | string | Deprecated. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `ApnCredentialSid` | string | The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for APN Bindings. |
| `DefaultAlexaNotificationProtocolVersion` | string | Deprecated. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `DefaultApnNotificationProtocolVersion` | string | The protocol version to use for sending APNS notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `DefaultFcmNotificationProtocolVersion` | string | The protocol version to use for sending FCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `DefaultGcmNotificationProtocolVersion` | string | The protocol version to use for sending GCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. |
| `DeliveryCallbackEnabled` | boolean | Callback configuration that enables delivery callbacks, default false |
| `DeliveryCallbackUrl` | string | URL to send delivery status callback. |
| `FacebookMessengerPageId` | string | Deprecated. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `FcmCredentialSid` | string | The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for FCM Bindings. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `FriendlyName` | string | A descriptive string that you create to describe the resource. It can be up to 64 characters long. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `GcmCredentialSid` | string | The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for GCM Bindings. |
| `LogEnabled` | boolean | Whether to log notifications. Can be: `true` or `false` and the default is `true`. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `MessagingServiceSid` | string | The SID of the [Messaging Service](https://www.twilio.com/docs/sms/quickstart#messaging-services) to use for SMS Bindings. This parameter must be set in order to send SMS notifications. |

---

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