Messaging Integrations

Send messages to Slack or Discord directly from the filter bar. Use it for manual incident updates, sharing a log context with your team, or wiring up alerts to a channel.

Setup

--integrations::config:slack
--integrations::config:discord

Follow the prompts to enter your webhook URL or Slack app credentials. Integrations are project-scoped.

Sending a message

Once configured, use the send command from any log context:

--send:slack
--send:discord

You can include a custom message and context. When used alongside --task:linear or similar, the message is sent automatically on issue creation.

Slack

Slack requires a Slack app with a bot token. Custom channel targeting (posting to a channel other than the default) requires the Pro plan (slackCustomChannel quota).

Discord

Discord uses a webhook URL — no app setup required. Available on all plans.

Plan requirements

FeaturePlan
Discord messagingAll plans
Slack messagingPro+
Slack custom channelPro+

The send-message API enforces these limits server-side. Attempting to send to Slack on a Free or Solo plan returns 403 QUOTA_EXCEEDED.

Notes

  • Integrations are project-scoped — each project has its own Slack/Discord configuration
  • Messages include log context and a link back to Loguro
  • Configuration is stored encrypted