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": "CredIQ \u2014 Score Improved",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "crediq-improved",
"responseMode": "responseNode",
"options": {}
},
"name": "Webhook: Score Improved",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"jsCode": "const body = $input.first().json.body || $input.first().json;\nconst oldScore = body.oldScore || 0;\nconst newScore = body.newScore || 0;\nconst improvement = body.improvement || (newScore - oldScore);\nconst tier = body.tier || 'Good';\nconst message = `\ud83c\udf89 CredIQ Score Improved!\n\nCongratulations! Your credit score just went up:\n\n\ud83d\udcc8 Previous Score: ${oldScore}/850\n\u2b50 New Score: ${newScore}/850\n\u2b06\ufe0f Improvement: +${improvement} points\n\ud83c\udff7\ufe0f Tier: ${tier}\n\nKeep up the great work! Consistent payments and low credit usage will help you reach the top tier.`;\nreturn [{ json: { ...body, message } }];"
},
"name": "Format Score Improvement",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
460,
300
]
},
{
"parameters": {
"to": "whatsapp:+916238046005",
"from": "whatsapp:+14155238886",
"body": "={{ $json.message }}",
"toWhatsApp": true
},
"name": "WhatsApp: Score Improved",
"type": "n8n-nodes-base.twilio",
"typeVersion": 1,
"position": [
680,
300
],
"credentials": {
"twilioApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"respondWith": "json",
"responseBody": "{ \"status\": \"received\" }",
"options": {}
},
"name": "Respond to CredIQ6",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
900,
300
]
}
],
"connections": {
"Webhook: Score Improved": {
"main": [
[
{
"node": "Format Score Improvement",
"type": "main",
"index": 0
}
]
]
},
"Format Score Improvement": {
"main": [
[
{
"node": "WhatsApp: Score Improved",
"type": "main",
"index": 0
}
]
]
},
"WhatsApp: Score Improved": {
"main": [
[
{
"node": "Respond to CredIQ6",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
}
}
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.
twilioApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
CredIQ — Score Improved. Uses twilio. Webhook trigger; 4 nodes.
Source: https://github.com/abhinandbs12/BWT_ARKS/blob/main/n8n-workflows/06-score-improved.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.
This workflow receives new consult bookings via webhook (Calendly v2 or a generic scheduling tool), generates timed confirmation and reminder messages, runs each SMS through a separate compliance work
This workflow uses webhooks, Twilio SMS, SMTP email, and a Bar-Compliance Guardrail sub-workflow to request client ratings 48 hours after matters close. It routes replies so 4–5 star clients get a Goo
This workflow receives missed-call webhooks from Twilio or CallRail, normalizes call details, and instantly sends a compliant text-back via Twilio when allowed, then emails your firm a delivery-status
CredIQ — Loan Application Notification. Uses twilio. Webhook trigger; 4 nodes.
CredIQ — Suspicious Transaction. Uses twilio. Webhook trigger; 4 nodes.