feat: add webhook body template and headers support for channels
This commit is contained in:
@@ -158,6 +158,10 @@ export default function DashboardPage() {
|
||||
logo?: string | null;
|
||||
logo_position?: import("@/lib/types").LogoPosition;
|
||||
logo_opacity?: number;
|
||||
webhook_url?: string | null;
|
||||
webhook_poll_interval_secs?: number;
|
||||
webhook_body_template?: string | null;
|
||||
webhook_headers?: string | null;
|
||||
},
|
||||
) => {
|
||||
updateChannel.mutate(
|
||||
|
||||
Reference in New Issue
Block a user