Discord webhook setup for minipostiz-cli — create webhook in a channel, store URL
Scanned 5/29/2026
Install via CLI
openskills install javimosch/supercli---
name: minipostiz-discord-setup
description: Discord webhook setup for minipostiz-cli — create webhook in a channel, store URL
type: setup
---
# minipostiz-cli — Discord Setup
Discord uses webhooks for posting — no OAuth app or bot required. One URL is all you need.
## What you need
| Credential | Flag |
|------------|------|
| Webhook URL | `--webhookUrl` |
---
## Step 1 — Create a Webhook
**In Discord desktop or browser:**
1. Open your server → right-click the target channel → **Edit Channel**
2. Go to **Integrations** → **Webhooks** → **New Webhook**
3. Set a name (e.g. `minipostiz`) and optionally upload an avatar
4. Click **Copy Webhook URL** → save it
5. Click **Save**
**Shortcut:** Channel Settings gear icon → Integrations → Webhooks
---
## Step 2 — Store in minipostiz-cli
```bash
minipostiz auth --platform discord \
--webhookUrl "https://discord.com/api/webhooks/CHANNEL_ID/TOKEN"
# Or via supercli
sc minipostiz auth set-discord \
--webhookUrl "https://discord.com/api/webhooks/CHANNEL_ID/TOKEN"
```
---
## Step 3 — Test
```bash
minipostiz auth verify --platform discord
minipostiz publish --platform discord --message "Hello from minipostiz-cli"
```
---
## Multiple channels
To post to multiple Discord channels, use multiple webhook credentials under different platform aliases — or use comma-separated platforms with separate auth entries per server/channel.
---
## Troubleshooting
| Error | Cause | Fix |
|-------|-------|-----|
| `404 Unknown Webhook` | Webhook was deleted | Create a new webhook |
| `401 Invalid Webhook Token` | URL was regenerated | Copy the new URL from channel settings |
| `400 Cannot send empty message` | Empty message string | Ensure `--message` is non-empty |
## Token lifetime
Webhook URLs **do not expire** but can be deleted or regenerated from Channel Settings → Integrations.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...