Appearance
Action Send Webhook
Sends data to an external webhook URL (supports Discord embeds).
Inputs: 1 · Outputs: Then
Settings
General
| Setting | Type | Required | Default | Description |
|---|---|---|---|---|
| Mode | Select | Yes | General HTTP | General HTTP or Discord-specific mode. |
| Webhook URL | String | Yes | — | Full webhook URL. |
| Message Content | Multiline | No | — | Plain message content. |
Discord-Specific Settings
These settings are visible when Mode = Discord:
| Setting | Type | Description |
|---|---|---|
| Embed Title | String | Bold title at top of embed. |
| Embed Description | Multiline | Main embed body (supports markdown). |
| Embed Color | String / Color Select | Sidebar color as hex (e.g., #5865F2). |
| Bot Username | String | Override webhook display name. |
| Bot Avatar URL | String | Override webhook avatar image. |
| Embed Footer | String | Small footer text. |
| Embed Author Name | String | Author displayed above title. |
| Embed Author Icon URL | String | Icon next to author name. |
| Embed Thumbnail URL | String | Small image in top-right. |
| Embed Image URL | String | Large image at bottom. |
Example
Send a Discord join notification:
- Mode:
Discord - Webhook URL:
https://discord.com/api/webhooks/... - Content:
Player joined! - Embed Title:
Player Joined - Embed Description:
**%player%** joined the server - Embed Color:
#00FF00
