Setup n8n
Follow these steps to set up the Apex Home n8n Community Node in your n8n instance:
Step 1: Install the Community Node
- Open your n8n instance.
- Navigate to
Settings→Community Nodes. - Click the
Installbutton. - In the modal box that appears, enter the npm package name:
n8n-nodes-apexhome - Confirm the installation. The Apex Home node will now be available in the n8n editor.
Step 2: Configure Credentials
- In the n8n editor, go to
Settings→Credentials. - Create a new credential for Apex Home.
- Enter the required details to connect to your Apex Home instance (e.g., API key, URL).
- Save the credentials.
Step 3: Use the Apex Home Nodes
- Drag and drop the
Apex Home Triggersnode to start a workflow based on an Apex Home event. - Add
Apex Home Actionsnodes to perform actions such as sending notifications, managing services, or updating dashboards. - Configure the nodes using the credentials you created earlier.
Step 4: Execute the Workflow
- Once your workflow is set up, click
Execute Workflowto test it. - Verify that the workflow triggers and actions are working as expected.
Example Workflow
- Trigger: Use the
Apex Home Triggersnode to listen for an event likeuser.created. - Action: Use the
Apex Home Actionsnode to send a notification or create an user.
Troubleshooting
- If the node does not appear, ensure that you have installed the dependencies and restarted n8n.
- For any issues, refer to the n8n-nodes-apexhome documentation.