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

# Webhook 생성

> Solana 거래, 계정 변경 및 블록체인 이벤트에 대해 실시간 알림을 받기 위한 새 webhook을 사용자 지정 필터링으로 생성합니다

## 요청 매개변수

<ParamField body="webhookURL" type="string" />

<ParamField body="transactionTypes" type="array" />

<ParamField body="accountAddresses" type="array" />

<ParamField body="webhookType" type="string">
  * `enhanced`
  * `raw`
  * `discord`
  * `enhancedDevnet`
  * `rawDevnet`
  * `discordDevnet`
</ParamField>

<ParamField body="authHeader" type="string" />

<ParamField body="encoding" type="string" />

<ParamField body="txnStatus" type="string" />
