# `Twilio.Events.V1.Sink.ValidateService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/events/v1/sink/validate_service.ex#L2)

Validate sink

Operations: `create`

# `create`

```elixir
@spec create(Twilio.Client.t(), String.t(), map(), keyword()) ::
  {:ok, Twilio.Resources.Events.V1.Sink.Validate.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Validate that a test event for a Sink was received.

Operation: `CreateSinkValidate` | Tags: EventsV1SinkValidate

## Required Parameters

| Parameter | Type | Description |
|-----------|------|-------------|
| `TestId` | string | A 34 character string that uniquely identifies the test event for a Sink being validated. |

---

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