{"record":{"id":"5cc3253843121acf","repo":"sipeed/picoclaw","slug":"teams-webhook-webhook-q-must-use-https-got-q","errorCode":null,"errorMessage":"teams_webhook: webhook %q must use HTTPS (got %q)","messagePattern":"teams_webhook: webhook %q must use HTTPS \\(got %q\\)","errorType":"validation","errorClass":null,"httpStatus":null,"severity":"error","filePath":"pkg/channels/teams_webhook/teams_webhook.go","lineNumber":86,"sourceCode":"\t}\n\n\t// Require \"default\" webhook target\n\tif _, hasDefault := cfg.Webhooks[\"default\"]; !hasDefault {\n\t\treturn nil, fmt.Errorf(\"teams_webhook: a 'default' webhook target is required\")\n\t}\n\n\t// Validate all webhook targets have valid HTTPS URLs\n\tfor name, target := range cfg.Webhooks {\n\t\twebhookURL := target.WebhookURL.String()\n\t\tif webhookURL == \"\" {\n\t\t\treturn nil, fmt.Errorf(\"teams_webhook: webhook %q has empty webhook_url\", name)\n\t\t}\n\t\tparsed, err := url.Parse(webhookURL)\n\t\tif err != nil {\n\t\t\treturn nil, fmt.Errorf(\"teams_webhook: webhook %q has invalid URL: %w\", name, err)\n\t\t}\n\t\tif !strings.EqualFold(parsed.Scheme, \"https\") {\n\t\t\treturn nil, fmt.Errorf(\"teams_webhook: webhook %q must use HTTPS (got %q)\", name, parsed.Scheme)\n\t\t}\n\t}\n\n\tbase := channels.NewBaseChannel(\n\t\t\"teams_webhook\",\n\t\tcfg,\n\t\tbus,\n\t\t[]string{\n\t\t\t\"*\",\n\t\t}, // Output-only channel; \"*\" suppresses misleading \"allows EVERYONE\" audit warning\n\t\tchannels.WithMaxMessageLength(24000), // Power Automate webhook payload limit is 28KB\n\t)\n\n\tclient := goteamsnotify.NewTeamsClient()\n\n\treturn &TeamsWebhookChannel{\n\t\tBaseChannel: base,\n\t\tbc:          bc,","sourceCodeStart":68,"sourceCodeEnd":104,"githubUrl":"https://github.com/sipeed/picoclaw/blob/49183d7e8daed0dba89ddbb6fcb60089401d9680/pkg/channels/teams_webhook/teams_webhook.go#L68-L104","documentation":"Error \"teams_webhook: webhook %q must use HTTPS (got %q)\" thrown in sipeed/picoclaw.","triggerScenarios":"Thrown at pkg/channels/teams_webhook/teams_webhook.go:86 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"49183d7e8daed0dba89ddbb6fcb60089401d9680","analyzedAt":"2026-08-15T21:55:41.315Z","schemaVersion":2},"datasetVersion":"2026-08-16T03:17:38.424Z"}