Overview
Slowhooks let you post directly to Discord channels using webhooks — perfect for sending updates, notifications, or even little daily logs from your SlowNet. You can use the same endpoint to send new messages (POST) or edit existing messages (PATCH).Sending a new message
Use aPOST request with your Discord webhook URL and the message payload.
Example payload
Example cURL
Editing an existing message
Use aPATCH request with the same webhookUrl plus the messageId of the message you want to edit.
Example payload
Example cURL
Authentication
This endpoint requires an API key. You can retrieve an API key from your dashboard. Include it in theX-API-KEY header: