@akirose/n8n-nodes-bizbox
v0.1.2
Published
n8n community node for Bizbox login, SSO, and mail URL crawling.
Maintainers
Readme
n8n-nodes-bizbox
This is an n8n community node package for Bizbox integrations.
Published package: @akirose/n8n-nodes-bizbox
The current first vertical slice focuses on credential-driven Bizbox authentication, SSO token issuance, and mail URL crawling through the Bizbox groupware entry flow.
Installation
Follow the installation guide for community nodes.
npm install @akirose/n8n-nodes-bizboxOperations
- Crawl Mail Url: Log in to Bizbox, issue an SSO token internally, enter the
MsgLogOn.doflow, and attempt to fetch the downstream mail page.
Credentials
The Bizbox credential currently requires:
- Gateway Base URL
- Login ID
- Password
- Mobile ID
- App Version
- Device ID
- IP Address
These values are used to build the internal P076 PcLogin and P209 SearchMsgLinkToken requests.
Compatibility
This package is scaffolded with the official n8n-node tool and targets the current n8n community-node API version 1.
Usage
The first user-facing operation is designed as a narrow diagnostic vertical slice:
- Accept a mail URL.
- Perform Bizbox login from credentials.
- Issue a Bizbox SSO token internally.
- Build the
MsgLogOn.doentry URL. - Attempt to follow the downstream response and return structured diagnostics.
Sensitive values such as passwords, Bizbox session tokens, SSO tokens, and cookies are intentionally not returned in normal output.
Resources
- n8n community nodes documentation
references/BIZBOX_N8N_NODE_IMPLEMENTATION_CONTEXT.mdreferences/LOGIN_SSO_MAIL_API_SPEC.md
Version history
0.1.0
- Initial Bizbox package scaffolding
- Added Bizbox credentials
- Added reusable login and SSO pre-auth helpers
- Added
Mail > Crawl Mail Url
