This is an n8n community node that allows you to interact with the MfrBolt API service.
Follow the installation guide in the n8n community nodes documentation.
- Get MfrBolt: Retrieve a MfrBolt by ID
- Create MfrBolt: Create a new MfrBolt
The node requires the following credentials:
- API Key: Your MfrBolt API authentication key
- Base URL: The base URL for the MfrBolt API service
- Install the node in your n8n instance
- Add your API credentials
- Use the MfrBolt API node in your workflows
To build the node:
npm run buildTo run in development mode:
npm run dev1.0.0
MIT