Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digen21/linear-create-issue-with-slack-workflow
https://github.com/digen21/linear-create-issue-with-slack-workflow
automation linear n8n n8n-nodes n8n-webhook n8n-workflow postgresql slack webhook workflow workflow-automation
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/digen21/linear-create-issue-with-slack-workflow
- Owner: digen21
- License: mit
- Created: 2024-11-17T14:10:21.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T14:44:47.000Z (about 2 months ago)
- Last Synced: 2024-12-24T11:54:13.044Z (15 days ago)
- Topics: automation, linear, n8n, n8n-nodes, n8n-webhook, n8n-workflow, postgresql, slack, webhook, workflow, workflow-automation
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
N8N Linear Issue Tracking With Slack Workflow Automation using Ngrok## Import Following JSON In N8N workflow and Add the API Keys from Linear, Slack.
```bash
# Need to add the WEBHOOK URL from the N8N to listen then events from the Slack and the Linear```
## Setup the Docker for N8N and PostgreSQL
```bash
# Search for the N8N for creating Workflow
$ n8nio/n8n:latest# Pull Image.
# While running the image, add following configuration
```### ReadMe will be updated soon...