Authentication
The Periodix Actions node authenticates with an API key from your Periodix Actions account. You'll create the key in the dashboard, then store it as an n8n credential.
Create an API key
- Go to actions.periodix.net and log in (or create an account).
- Open the Profiles page and connect at least one LinkedIn account using the hosted auth flow.
- Open the API keys page and click New API key.
- Copy the generated key.
Connect a profile firstThe node runs every search from a connected LinkedIn profile. Make sure at least one profile is connected before you run a workflow.
Add the credential in n8n
- In n8n, create a new Periodix Actions API credential.
- Paste the API key into the Access Token field.
- Save the credential.
You can now select this credential on any Periodix LinkedIn Search node.
Managing API keys
API keys are scoped to a single organization and can be revoked from the dashboard at any time. If a key is revoked, any n8n credential using it will stop working — create a new key and update the credential.
Next step
With authentication in place, configure the LinkedIn Search node.
Updated about 3 hours ago