디스코드 웹 훅 테스트 구현

This commit is contained in:
hyeonsu
2025-09-17 11:47:57 +09:00
parent 536a975dc7
commit f85aac65db
8 changed files with 980 additions and 17 deletions

View File

@@ -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 타입