The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Ngram \u2192 Post to Slack when any video is ready",
"nodes": [
{
"parameters": {},
"id": "a1f0c0e0-0000-4000-8000-000000000001",
"name": "Ngram: On Video Ready",
"type": "n8n-nodes-ngram.ngramTriggerCompleted",
"typeVersion": 1,
"position": [
260,
300
],
"credentials": {
"ngramApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"channel": "={{ $env.SLACK_CHANNEL ?? '#video-drops' }}",
"text": "=New Ngram video ready: {{ $json.video_url }} (id: {{ $json.id }})"
},
"id": "a1f0c0e0-0000-4000-8000-000000000002",
"name": "Post to Slack",
"type": "n8n-nodes-base.slack",
"typeVersion": 2,
"position": [
520,
300
]
}
],
"connections": {
"Ngram: On Video Ready": {
"main": [
[
{
"node": "Post to Slack",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"tags": [
"ngram",
"video"
]
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
ngramApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Ngram → Post to Slack when any video is ready. Uses n8n-nodes-ngram, slack. Event-driven trigger; 2 nodes.
Source: https://github.com/ngramdata/n8n-nodes-ngram/blob/c973b6f4e7523b96a831af42cd6ca47ae4346414/templates/notify-on-video-ready.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
> ⚠️ Multi-language Slack Error Notifier
Notify New Orders in Slack. Uses n8n-nodes-prestashopadvanced, slack. Event-driven trigger; 4 nodes.
error-notify. Uses errorTrigger, slack. Event-driven trigger; 4 nodes.
This workflow let's a bot in Slack notify a specific channel when a new product in WooCommerce is published and live on the site.
This workflow uses a WooCommerce trigger that will run when an order has been updated and the status is refunded.