디스코드 웹 훅 테스트 구현
This commit is contained in:
@@ -68,10 +68,10 @@ export interface DataSaveSettings {
|
||||
// 외부 호출 설정
|
||||
export interface ExternalCallSettings {
|
||||
callType: "rest-api" | "email" | "ftp" | "queue";
|
||||
|
||||
|
||||
// REST API 세부 종류
|
||||
apiType?: "slack" | "kakao-talk" | "discord" | "generic";
|
||||
|
||||
|
||||
// 일반 REST API 설정
|
||||
apiUrl?: string;
|
||||
httpMethod?: "GET" | "POST" | "PUT" | "DELETE";
|
||||
@@ -90,6 +90,7 @@ export interface ExternalCallSettings {
|
||||
// 디스코드 전용 설정
|
||||
discordWebhookUrl?: string;
|
||||
discordMessage?: string;
|
||||
discordUsername?: string;
|
||||
}
|
||||
|
||||
// ConnectionSetupModal Props 타입
|
||||
|
||||
Reference in New Issue
Block a user