screfy / linear-discord-webhook

Receive Linear updates directly in your Discord channels.

Home Page:https://ldw.screfy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linear-discord-webhook

Linear Discord Webhook

Receive Linear updates directly in your Discord channels.

This application is powered by Vercel serverless functions utilizing Linear's webhooks to get notified when somebody creates a new issue, comment on the issue, or change the status of the issue.

It's inspired by the official Slack integration for Linear.

Installation

Visit ldw.screfy.com and follow the instructions.

How does it work?

It's really simple. We form a URL that contains the Discord webhook ID, Discord webhook token, Linear API token, and use that as our Linear webhook URL, e.g.:

https://ldw.screfy.com/api/webhook?webhookId=123&webhookToken=abc&linearToken=lin_api_abcdefgh

About

Receive Linear updates directly in your Discord channels.

https://ldw.screfy.com

License:MIT License


Languages

Language:TypeScript 57.0%Language:HTML 43.0%