dailypoint

Minimal dailypoint community node for n8n

Package Information

Downloads: 2 weekly / 122 monthly
Latest Version: 0.1.0

Documentation

n8n-nodes-dailypoint

Minimal n8n community node package for dailypoint.

MVP Scope

This first version only implements:

  • credential: dailypointApi
  • node: dailypoint
  • resource: Profile
  • operation: Create or Update

Primary use case:

  • LinkedIn or website lead enters n8n
  • dailypoint node creates or updates the profile in dailypoint

Credentials

The credential stores:

  • Server URL
  • Username
  • Password

The node then requests a token from:

  • /MdbService.svc/token

and uses that token for:

  • POST /MdbRestWebService.svc/onlineaccount/createorupdate

Local Development

npm install
npm run build

Then link or install the package into your local n8n setup.

Current Limitations

This is a narrow MVP and does not yet include:

  • triggers
  • profile search
  • voucher actions
  • permissions
  • membership
  • payment
  • postal address fields

Discussion