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 →
{
"createdAt": "2021-03-03T14:48:52.147Z",
"updatedAt": "2021-03-03T14:49:01.728Z",
"id": "96",
"name": "MessageBird:Sms:send:Balance:get",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "a19a2b96-9d4e-40dc-ae19-ffa7d1de094c"
},
{
"parameters": {
"resource": "balance"
},
"name": "MessageBird",
"type": "n8n-nodes-base.messageBird",
"typeVersion": 1,
"position": [
500,
240
],
"credentials": {
"messageBirdApi": {
"name": "<your credential>"
}
},
"id": "ab3e0402-21cc-4699-8ba3-b995dd5f17bc"
},
{
"parameters": {
"originator": "4930270504079 ",
"recipients": "4930270504079 ",
"message": "TestMessage",
"additionalFields": {}
},
"name": "MessageBird1",
"type": "n8n-nodes-base.messageBird",
"typeVersion": 1,
"position": [
500,
400
],
"credentials": {
"messageBirdApi": {
"name": "<your credential>"
}
},
"id": "67922f27-a0c3-49c9-a48f-98495a45e9e3"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "MessageBird",
"type": "main",
"index": 0
},
{
"node": "MessageBird1",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
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.
messageBirdApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
MessageBird:Sms:send:Balance:get. Uses start, messageBird. Manual trigger; 3 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/96.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.
PostHog:Event:create:Identity:create:Alias:create:Track:page screen. Uses start, postHog. Manual trigger; 6 nodes.
This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in the last 7 days. It also segments them into t
Demio:Event:getAll get register:Report:get. Uses start, demio. Manual trigger; 5 nodes.