planflow-plugin 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,7 +18,7 @@ Configure Slack webhook integration to receive project notifications directly in
|
|
|
18
18
|
|
|
19
19
|
**Webhook URL Format:**
|
|
20
20
|
```
|
|
21
|
-
https://hooks.slack.com/services
|
|
21
|
+
https://hooks.slack.com/services/<team-id>/<channel-id>/<secret>
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Process
|
|
@@ -256,7 +256,7 @@ Set up Slack webhook integration.
|
|
|
256
256
|
│ │
|
|
257
257
|
│ ── Expected Format ───────────────────────────────────────────────────── │
|
|
258
258
|
│ │
|
|
259
|
-
│ https://hooks.slack.com/services/
|
|
259
|
+
│ https://hooks.slack.com/services/YOUR_TEAM_ID/YOUR_BOT_ID/YOUR_SECRET │
|
|
260
260
|
│ │
|
|
261
261
|
│ 💡 Get your webhook URL from: │
|
|
262
262
|
│ Slack → Apps → Incoming Webhooks → Create New │
|