Webhooks allow you to collect information about events that happen in your Crowdin projects.

You can select the request type, content type, and add a custom payload, which allows you to create integrations with other systems on your own.

Hierarchy (view full)

Constructors

Methods

  • Type Parameters

    • T

    Parameters

    • req: {
          operationName?: string;
          query: string;
          variables?: any;
      }
      • OptionaloperationName?: string
      • query: string
      • Optionalvariables?: any
    • config: {
          url?: string;
      } = {}
      • Optionalurl?: string

    Returns Promise<ResponseObject<T>>