Skip to content

Action Send Webhook

Sends data to an external webhook URL (supports Discord embeds).

Inputs: 1 · Outputs: Then

Settings

General

SettingTypeRequiredDefaultDescription
ModeSelectYesGeneral HTTPGeneral HTTP or Discord-specific mode.
Webhook URLStringYesFull webhook URL.
Message ContentMultilineNoPlain message content.

Discord-Specific Settings

These settings are visible when Mode = Discord:

SettingTypeDescription
Embed TitleStringBold title at top of embed.
Embed DescriptionMultilineMain embed body (supports markdown).
Embed ColorString / Color SelectSidebar color as hex (e.g., #5865F2).
Bot UsernameStringOverride webhook display name.
Bot Avatar URLStringOverride webhook avatar image.
Embed FooterStringSmall footer text.
Embed Author NameStringAuthor displayed above title.
Embed Author Icon URLStringIcon next to author name.
Embed Thumbnail URLStringSmall image in top-right.
Embed Image URLStringLarge image at bottom.

Example

Send a Discord join notification:

  1. Mode: Discord
  2. Webhook URL: https://discord.com/api/webhooks/...
  3. Content: Player joined!
  4. Embed Title: Player Joined
  5. Embed Description: **%player%** joined the server
  6. Embed Color: #00FF00

Oasis Admin Editor Documentation