interface AddWebhookParamsActivityEvent {
    activityTypeIds: ActivityTypeId[];
    allEvent?: false;
    description?: string;
    hookUrl: string;
    name: string;
    projectIdOrKey: string | number;
}

Properties

activityTypeIds: ActivityTypeId[]

Event ID to be notified 通知するイベントのID

allEvent?: false

True to make all events notified 全てのイベントを通知

description?: string

Description 詳細

hookUrl: string

hook URL

name: string

Name 名前

projectIdOrKey: string | number

Project ID or Project Key プロジェクトのID または プロジェクトキー