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

# TokenLaunchEventWebhookCondition

> Webhook conditions for a token launch event. TokenLaunchEventWebhookCondition type reference: every field and its type.

<div data-generated>
  ## GraphQL

  ```
  type TokenLaunchEventWebhookCondition {
    creatorAddress: StringEqualsCondition
    launchpadName: OneOfStringCondition
    networkId: OneOfNumberCondition
    tokenAddress: StringEqualsCondition
  }

  type StringEqualsCondition {
    eq: String!
  }

  type OneOfStringCondition {
    oneOf: [String!]!
  }

  type OneOfNumberCondition {
    oneOf: [Int!]!
  }
  ```

  ### Used By

  **Returned by**

  * [createWebhooks](/api-reference/mutations/createwebhooks.md): Create event webhooks for price, token/pair, transfer, market cap, and prediction market trades.
  * [getWebhooks](/api-reference/queries/getwebhooks.md): Returns a user's list of webhooks.
</div>
