@digital-boss/n8n-nodes-cloudapn

0.1.6 • Public • Published

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

Package Sidebar

Install

npm i @digital-boss/n8n-nodes-cloudapn

Weekly Downloads

1

Version

0.1.6

License

MIT

Unpacked Size

97.5 kB

Total Files

47

Last publish

Collaborators

  • stams
  • perseus-algol
  • feelgood-interface
  • sven.janssen
  • valentinalilova