Starhunter n8n Node - Setup Guide

Modified on Tue, 10 Feb at 12:41 PM

Overview

With the Starhunter n8n Node, you can automate your recruiting processes and seamlessly integrate Starhunter into your workflows. This guide will walk you through the setup step by step.

Prerequisites

  • Access to an n8n installation (Cloud or Self-Hosted)
  • Access to a Starhunter instance
  • Administrator rights in Starhunter (for token creation)

Step 1: Find the Starhunter Node in n8n

The Starhunter Node is available as an official n8n node but needs to be installed once.

How to install the node:

  1. Open n8n in your browser
  2. Navigate to any workflow (or create a new one)
  3. Click on the plus symbol (+) to add a new node
  4. Enter "Starhunter" in the search bar
  5. If the node is not installed yet, click on "Install"
  6. Wait briefly until the installation is complete

? Tip: After installation, the Starhunter Node is available in all your workflows.


Step 2: Create API Token in Starhunter

To connect n8n with Starhunter, you need an API token. This token authenticates n8n to Starhunter.

How to create an API token:

  1. Log in to your Starhunter instance
  2. Click on your profile picture in the top right corner
  3. Select "Settings" from the dropdown menu
  4. Navigate to "Login""API Tokens"
  5. Click on + to create a new API token
  6. Give the token a meaningful name, e.g. "n8n Integration" and an expiration date (recommended: 1 year or longer for production use)
  7. Click on Add
  8. Copy the generated API token and store it securely

⚠️ Important Security Notes:

  • The token is only displayed ONCE! Copy it immediately and store it securely.
  • Treat the token like a password - don't share it with unauthorized persons
  • If you lose the token, you must create a new one
  • Delete old, unused tokens regularly

Tip: Temporarily save the token in a password manager or secure note app until you've entered it in n8n.


Step 3: Configure Credentials in n8n

Now connect n8n with Starhunter by storing the API credentials.

How to configure the credentials:

  1. Go to a workflow in n8n and add a Starhunter Node
  2. Click on the "Credential to connect with" field in the node
  3. Select "Create New Credential"
  4. Search for "Starhunter" and select Starhunter API
  5. Fill in the fields:
    • Name: Enter a name (e.g. "Starhunter Production")
    • Base URL: The URL of your Starhunter instance
      • Format: https://your-company.starhunter.software
      • ⚠️ Important: WITHOUT trailing slash (/)
    • Access Token: The API token created in Step 2 (simply paste it)
  6. Click on "Save"
  7. n8n automatically tests the connection

✅ Successful Connection

If everything is correct, you'll see a success message like "Connection successful" or a green checkmark.


Step 4: Create Your First Workflow

Now you can use the Starhunter Node!

Example: Get Today's Birthdays

  1. Add a Starhunter Node to your workflow
  2. Select your created credentials
  3. Configure the node:
    • Resource: Person
    • Operation: Get Birthdays
    • Use Today: On (enabled)
  4. Click on "Execute Node" to test

If there are people with birthdays today, you'll see them in the output.


Troubleshooting - Common Issues

❌ "Connection failed" or "Authentication error"

Possible causes:

  • The API token is incorrect or expired
  • The Base URL is incorrectly formatted (e.g. with trailing /)
  • You don't have permission in Starhunter

Solutions:

  1. Check if the Base URL is correct (without / at the end)
  2. Create a new API token in Starhunter
  3. Verify that your Starhunter user has sufficient permissions

❌ "Node not found" or Starhunter Node doesn't appear

Solution:

  • Install the node as described in Step 1
  • Refresh the page (F5) after installation
  • For Self-Hosted n8n: Restart the instance

❌ "Invalid URL" Error

Solution:

  • Base URL must start with https://
  • Base URL must NOT end with /
  • Correct: https://company.starhunter.software
  • Wrong: https://company.starhunter.software/

❌ Token no longer works

Solution:

  • Check the token's expiration date in Starhunter
  • Create a new token if needed
  • Update the credentials in n8n

Next Steps

After successful setup:

  1. Read the Overview of all available actions
  2. Try out different operations
  3. Create your first automation workflow

Need Help?

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article