Add Codex files for Beeminder and SendGrid node (#1376)

This commit is contained in:
Harshil Agrawal
2021-01-25 17:59:24 +05:30
committed by GitHub
parent 2e1edcad87
commit 4b54b39903
2 changed files with 41 additions and 0 deletions

View File

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