Zum Inhalt springen
Business ProcessPro — €97

Scheduled GraphQL to Airtable Data Sync with Slack Alerts

100/100
15 Nodes

Beschreibung

Synchronisiert regelmäßig Daten von einer GraphQL-API nach Airtable und sendet Status-Updates an Slack.

Setup-Anleitung

## Try It Out!
### This n8n template performs continous monitoring on Linear Issue conversations performing sentiment analysis and alerting when the sentiment becomes negative.
This is helpful to quickly identify difficult customer support situations early and prioritising them before they get out of hand.

## How it works
* A scheduled trigger is used to fetch recently updated issues in Linear using the GraphQL node.
* Each issue's comments thread is passed into a simple Information Extractor node to identify the overall sentiment.
* The resulting sentiment analysis combined with the some issue details are uploaded to Airtable for review.
* When the template is re-run at a later date, each issue is re-analysed for sentiment
* Each issue's new sentiment state is saved to the airtable whilst its previous state is moved to the "previous sentiment" column.
* An Airtable trigger is used to watch for recently updated rows
* Each matching Airtable row is filtered to check if it has a previous non-negative state but now has a negative state in its current sentiment.
* The results are sent via notification to a team slack channel for priority.

**Check out the sample Airtable here**: {{ $env.WEBHOOK_URL }}

## How to use
* Modify the GraphQL filter to fetch issues to a relevant issue type, team or person.
* Update the Slack channel to ensure messages are sent to the correct location.

### Need Help?
Join the [Discord]({{ $env.WEBHOOK_URL }} or ask in the [Forum]({{ $env.WEBHOOK_URL }}

Happy Hacking!

Benötigte Integrationen (8)

Airtable

Airtable

API Key

Graphql

Graphql

Remove Duplicates

RemoveDuplicates

Schedule

Schedule

Slack

Slack

API Key

Split In Batches

SplitInBatches

Split Out

SplitOut

Stop And Error

StopAndError

Workflow freischalten

Kaufe das Pro Bundle für €97 — erhalte sofortigen Zugang zu diesem und allen weiteren Starter + Pro Workflows als ZIP-Datei zum Import in n8n.

Sichere Zahlung via Stripe. 7-Tage Geld-zurück-Garantie.
← Zurück zum Marketplace