@accede/node-red-contrib-odbcwritenow
v1.0.2
Published
Node-RED node for accessing MYOB data via **ODBCWriteNow**. Useful when you want AccountRight-style ODBC-style reads/writes in Node-RED without wrangling the raw HTTP yourself.
Readme
node-red-odbcwritenow
Node-RED node for accessing MYOB data via ODBCWriteNow. Useful when you want AccountRight-style ODBC-style reads/writes in Node-RED without wrangling the raw HTTP yourself.
Features
- Node-RED palette node that talks to ODBC WriteNow
- Read/write operations against MYOB AccountRight via the ODBC WriteNow API
- Simple config for credentials and endpoint base URL
Prerequisites
- Node-RED ≥ 4.x installed and running
- An active ODBC WriteNow account + API key
Install
# install into your Node-RED user dir
cd ~/.node-red
npm install DarkAxi0m/node-red-odbcwritenowRestart Node-RED.
If you manage Node-RED as a service:
sudo systemctl restart noderedUsage
- In the Node-RED editor, open the palette and drag ODBC WriteNow onto your flow.
- Double-click the node and set:
- Base URL: your ODBC WriteNow endpoint (e.g.
https://myobsync.accede.com.au/) - API Key: your issued key
- Operation/Path: API route you need (e.g. download/upload endpoints per docs)
- Params/Body: any query/body fields required for your action
- Base URL: your ODBC WriteNow endpoint (e.g.
Refer to the ODBC WriteNow developer docs for the exact routes and parameters.
Example (generic pattern):
GET /api/download?table=Customers&updatedSince=2024-01-01
POST /api/upload (JSON body with rows)License
ISC © Accede Holdings PTY LTD. See LICENSE.
