n8n-nodes-instantly-dev
Version:
n8n community node for Instantly API v2 - TESTING VERSION with Email Management operations
38 lines (37 loc) • 874 B
JSON
{
"name": "n8n-nodes-instantly-dev",
"version": "0.2.0-alpha.2",
"description": "n8n community node for Instantly API v2 - TESTING VERSION with Email Management operations",
"keywords": [
"n8n-community-node-package",
"instantly",
"email",
"outreach",
"automation",
"testing",
"api-v2"
],
"license": "MIT",
"homepage": "https://github.com/brandoncharleson/n8n-nodes-instantly",
"author": {
"name": "Brandon Charleson",
"email": "brandon@example.com"
},
"repository": {
"type": "git",
"url": "https://github.com/brandoncharleson/n8n-nodes-instantly.git"
},
"main": "index.js",
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/InstantlyApi.credentials.js"
],
"nodes": [
"dist/nodes/InstantlyApi/InstantlyApi.node.js"
]
}
}