Skip to content

Discord Webhook

Discord webhooks allow Datablast to send automated messages to specific channels in your Discord server. Follow the steps below to create a webhook and configure the connection.


  1. You must have Manage Webhooks permission in the Discord server.
  2. Identify the text channel where you want Datablast to send notifications.

  1. Access Channel Settings
    • Right-click the text channel where you want notifications
    • Select Edit Channel (gear icon)

  2. Navigate to Integrations
    • Click Integrations in the left sidebar
    • Select Webhooks section

  3. Create New Webhook
    • Click Create Webhook or New Webhook
    • Give your webhook a name (e.g., “Datablast Notifications”)
    • Optionally upload an avatar image

  4. Copy Webhook URL
    • Click Copy Webhook URL
    • The URL format looks like:

    https://discord.com/api/webhooks/123456789/abcdef-long-token-string

FieldDescription
Connection NameFriendly name for this webhook (e.g., “Discord Alerts”)
TokenEither the full webhook URL or just the token portion
DescriptionOptional notes about this connection’s purpose

Option 1: Full URL (recommended)

https://discord.com/api/webhooks/123456789/abcdef-long-token-string

Option 2: Token Only

abcdef-long-token-string

💡 Tip: Most systems accept the full webhook URL. If Datablast only needs the token, use the portion after the last / in the URL.


  1. Save the connection in Datablast
  2. Send a test notification to verify the webhook works
  3. Check your Discord channel for the test message

  • Keep URLs Secret: Webhook URLs contain sensitive tokens—don’t share them publicly
  • Use Dedicated Channels: Create specific channels for automated notifications
  • Regular Rotation: Consider regenerating webhooks periodically for security
  • Limit Permissions: Only grant webhook access to necessary team members

  • Verify the webhook URL is correct and complete
  • Check that the Discord channel still exists
  • Ensure the webhook hasn’t been deleted in Discord
  • Confirm you have Manage Webhooks permission
  • Ask a server administrator to create the webhook if needed

Store your webhook URLs securely and never commit them to version control systems.