# Create Client WebHook

## The CreateWebhookRequest object

```json
{"openapi":"3.0.3","info":{"title":"TeloAI API","version":"1.0.0"},"components":{"schemas":{"CreateWebhookRequest":{"type":"object","required":["url","events"],"properties":{"url":{"type":"string","format":"uri"},"events":{"type":"array","items":{"type":"string"}}}}}}}
```
