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": "Notify via SMS when an Ngram video fails",
"nodes": [
{
"parameters": {},
"id": "a1f0c0e0-0000-4000-8000-000000000051",
"name": "Ngram: On Video Failed",
"type": "n8n-nodes-ngram.ngramTriggerFailed",
"typeVersion": 1,
"position": [
260,
300
],
"credentials": {
"ngramApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"resource": "sms",
"operation": "send",
"from": "+15555550100",
"to": "+15555550199",
"message": "=Ngram video failed.\nJob ID: {{ $json.id }}\nReason: {{ $json.reason ?? $json.error ?? 'No failure reason provided' }}"
},
"id": "a1f0c0e0-0000-4000-8000-000000000052",
"name": "Send SMS",
"type": "n8n-nodes-base.twilio",
"typeVersion": 1,
"position": [
540,
300
]
}
],
"connections": {
"Ngram: On Video Failed": {
"main": [
[
{
"node": "Send SMS",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"tags": [
"ngram",
"video",
"twilio"
]
}
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
Notify via SMS when an Ngram video fails. Uses n8n-nodes-ngram, twilio. Event-driven trigger; 2 nodes.
Source: https://github.com/ngramdata/n8n-nodes-ngram/blob/4e8684a30dd8040487b5267645171805cd60f16e/templates/sms-on-video-failed.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.
Receive updates when a form is submitted in Mautic, and send a confirmation SMS. Uses mauticTrigger, twilio. Event-driven trigger; 2 nodes.
A workflow with the Twilio node. Uses manualTrigger, twilio. Event-driven trigger; 2 nodes.
Send an SMS when a workflow fails. Uses errorTrigger, twilio. Event-driven trigger; 2 nodes.
Send an SMS to a number whenever you go out. Uses pushcutTrigger, twilio. Event-driven trigger; 2 nodes.
Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.