@digital-boss/n8n-nodes-cloudapn
v0.1.6
Published
CloudApn support for n8n.
Downloads
4
Readme
n8n-nodes-cloudapn
Consume Cloud Apn API.
Implemented operations:
- Group
get
: View Group/groups/{id}
getUsers
: List Group's Users/groups/{id}/users
getAll
: List/Search groups/groups
/groups/search/{search}
- SIM
getAll
: List SIMs/sims
get
: View SIM/sims/{cellnumber}
search
: Search SIMs/sims/search/{search}
Try it out with docker
The recommended way is using our docker image Digital Boss' N8N custom nodes docker image
Another way to try it out
N8N documentation on custom nodes
Clone the n8n-nodes-cloudapn repository and execute:
# Install dependencies
npm install
# Build the code
npm run build
# "Publish" the package locally
npm link
Create an N8N installation and add the n8n-nodes-cloudapn to it:
# Create an N8N installation
cd ..
mkdir n8n_install
cd n8n_install
npm init
npm install
npm install n8n
# "Install" the locally published module
npm link @digital-boss/n8n-nodes-cloudapn
# Start n8n
npx n8n