Docs: Discord Notifications

Plugin: Discord Notifications

Plugin IDnotify.discord
Version1.0.0-20260505114236+035ff8b74b4e6c326922ee304aa2eadebdd51cf2
Assembly/var/www/sh4k-host/plugins/ServiceHub4K.Plugins.Notifications.Discord/ServiceHub4K.Plugins.Notifications.Discord.dll

Send Discord Webhook

send-discord-webhook
Service IDsend-discord-webhook
Entry Commandnotify.discord.send-webhook
Request (Input)NotificationMessage
Response (Output)SendDiscordWebhookOutput

Example Request

POST /api/services/send-discord-webhook/executions
Content-Type: application/json

{"input": {/* NotificationMessage */}, "options": {"mode": "async"}}

Example Response

{"executionId": "...", "serviceId": "send-discord-webhook", "status": "Succeeded", "success": true, "result": {/* SendDiscordWebhookOutput */}}