Add and update codex files (#1665)

This commit is contained in:
Harshil Agrawal
2021-04-16 19:03:44 +02:00
committed by GitHub
parent 97999f9490
commit 78936fd1dc
24 changed files with 158 additions and 21 deletions

View File

@@ -3,7 +3,7 @@
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Miscellaneous "
"Miscellaneous"
],
"resources": {
"credentialDocumentation": [

View File

@@ -27,6 +27,11 @@
"icon": "🎫",
"url": "https://n8n.io/blog/supercharging-your-conference-registration-process-with-n8n/"
},
{
"label": "5 workflow automations for Mattermost that we love at n8n",
"icon": "🤖",
"url": "https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/"
},
{
"label": "Tracking Time Spent in Meetings With Google Calendar, Twilio, and n8n",
"icon": "🗓",

View File

@@ -0,0 +1,20 @@
{
"node": "n8n-nodes-base.googleSlides",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Marketing & Content"
],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/google"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.googleSlides/"
}
]
}
}