Add aliases (#1935)

This commit is contained in:
Harshil Agrawal
2021-06-27 13:34:08 +02:00
committed by GitHub
parent 91a5bc3bc4
commit 4d35eafc0b
40 changed files with 287 additions and 17 deletions

View File

@@ -22,6 +22,11 @@
"icon": "⚙️",
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
},
{
"label": "5 tasks you can automate with the new Notion API ",
"icon": "⚡️",
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
},
{
"label": "15 Google apps you can combine and automate to increase productivity",
"icon": "💡",

View File

@@ -23,5 +23,8 @@
"url": "https://n8n.io/blog/automate-google-apps-for-productivity/"
}
]
}
},
"alias": [
"Workspaces"
]
}

View File

@@ -79,5 +79,10 @@
"url": "https://n8n.io/blog/sending-automated-congratulations-with-google-sheets-twilio-and-n8n/"
}
]
}
},
"alias": [
"CSV",
"Spreadsheet",
"GS"
]
}