Skip to content
FlowHubFluxonLab
HTTP Request
Slackfree

Score call audio and alert risky calls with Tyto and Slack

by Paweladapted from n8n official workflow galleryUpdated Aug 2026
RequiresHTTP RequestHTTP RequestSlack
Share Post Share
WeWebhook: call readyWebhook: call r…SeSet: configurationSet: configurat…HRScore with TytoIfIs call risky?Alert SlackSeMark OKRTRespond1234567
1/5
STEPS · 7
Starts on an incoming request

Quick overview This workflow receives a webhook when a call recording is ready, sends the audio URL to a self-hosted ai-coustics Tyto scoring API, and posts a Slack alert for risky calls before returning the scored JSON response. How it works Receives a POST webhook containing an audio_url and call_id for a completed call. Sends the audio URL and call ID to a self-hosted Tyto scoring endpoint via HTTP to retrieve a risk_score, band, and main degradation cause. Checks whether the returned band indicates a risky call (band equals "bad"). Posts a formatted alert to a selected Slack channel with the call ID, risk score, band, cause, and duration when the call is risky. Labels non-risky calls as OK. Returns the resulting JSON payload (including the Tyto scoring fields) as the webhook response for downstream storage or chaining. Setup Deploy and run a Tyto HTTP wrapper on a machine that has the ai-coustics Tyto SDK and a valid ai-coustics license key. Update the api_base_url value to point to your Tyto wrapper (for example, http://localhost:8000) and ensure the wrapper exposes a POST /score endpoint. Add a Slack credential in n8n and select the target channel for the alert message.

Tags

n8nreference-onlyslack
Connects
WHTTP RequestSlack
CategorySlack
Triggermanual
Complexitymedium
Nodes7
AddedJul 8, 2026

Related workflows

See all Slack
W
free

Manage Slack channel and users automatically

Explore this workflow on its official n8n template page.

by Harshil Agrawal
xformerlytwitter
free

Find and share mentions from Twitter and Slack

This workflow searches for mentions of a company's name on Twitter and shares the tweets that mention it in a Slack channel. Prerequisites A Slack account and credentials A Twitter account and credentials Nodes Cron node executes the workflow every 10 minutes. Note that if you change the Mode from "Every X" you will need to manually update the Date & Time node to subtract the interval you are using. Set nodes set the required values (name of the Slack channel, name of the Twitter account to search for, the tweet text and URL). Date & Time node subtracts 10 minutes from the workflow execution time. Twitter node gets the latest 50 tweets that mention the specified account. IF node filters tweets posted in the past 10 minutes. Slack node posts tweets in a Slack channel.

by Jonathan
free

Post RSS feed items from yesterday to Slack

This workflow will collect the RSS feed data from the previous day and post them to a Slack channel. To use this workflow you will need to add your credentials to the Slack node and select the channel for notifications. You will also need to input the URL for the RSS feed.

by Jonathan