> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# CreateTokenTransferEventWebhooksInput

> Batch wrapper for creating TOKEN_TRANSFER_EVENT webhooks.

### TypeScript shape

```ts theme={null}
interface CreateTokenTransferEventWebhooksInput {
  webhooks: CreateTokenTransferEventWebhookArgs[];
}
```

<ResponseField name="webhooks" type="[CreateTokenTransferEventWebhookInput!]!" required>
  One webhook per array entry. See [CreateTokenTransferEventWebhookInput](/api-reference/graphql/types/CreateTokenTransferEventWebhookInput).
</ResponseField>
