-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
e953455
commit 6ecc0df
Showing
4 changed files
with
417 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 55 additions & 0 deletions
55
packages/nodes-base/nodes/Google/Gmail/GmailTrigger.node.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"node": "n8n-nodes-base.gmailTrigger", | ||
"nodeVersion": "1.0", | ||
"codexVersion": "1.0", | ||
"categories": ["Communication"], | ||
"resources": { | ||
"credentialDocumentation": [ | ||
{ | ||
"url": "https://docs.n8n.io/credentials/google" | ||
} | ||
], | ||
"primaryDocumentation": [ | ||
{ | ||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.gmailTrigger/" | ||
} | ||
], | ||
"generic": [ | ||
{ | ||
"label": "Why business process automation with n8n can change your daily life", | ||
"icon": "🧬", | ||
"url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/" | ||
}, | ||
{ | ||
"label": "Supercharging your conference registration process with n8n", | ||
"icon": "🎫", | ||
"url": "https://n8n.io/blog/supercharging-your-conference-registration-process-with-n8n/" | ||
}, | ||
{ | ||
"label": "6 e-commerce workflows to power up your Shopify s", | ||
"icon": "store", | ||
"url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/" | ||
}, | ||
{ | ||
"label": "How to get started with CRM automation (with 3 no-code workflow ideas", | ||
"icon": "👥", | ||
"url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/" | ||
}, | ||
{ | ||
"label": "15 Google apps you can combine and automate to increase productivity", | ||
"icon": "💡", | ||
"url": "https://n8n.io/blog/automate-google-apps-for-productivity/" | ||
}, | ||
{ | ||
"label": "Hey founders! Your business doesn't need you to operate", | ||
"icon": " 🖥️", | ||
"url": "https://n8n.io/blog/your-business-doesnt-need-you-to-operate/" | ||
}, | ||
{ | ||
"label": "Using Automation to Boost Productivity in the Workplace", | ||
"icon": "💪", | ||
"url": "https://n8n.io/blog/using-automation-to-boost-productivity-in-the-workplace/" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.