Skip to main content

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 a POST request with your Discord webhook URL and the message payload.

Example payload

Example cURL

Editing an existing message

Use a PATCH 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 the X-API-KEY header:
For more details, see the Authentication Guide.

Need Further Assistance?

If you have any questions or encounter issues, please don’t hesitate to reach out to our support team.