mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
* 📚 Add stub documentation for Linear Trigger & credentials * 📚 Added Zamad documentation stub |
||
|---|---|---|
| .. | ||
| README.md | ||
| permalink | description |
|---|---|
| /credentials/zammad | Learn to configure credentials for the Zammad node in n8n |
Zammad
You can use these credentials to authenticate the following nodes with Zammad.
Prerequisites
- Create a hosted Zammad account or set up your own Zammad instance.
- For the token-based authentication make sure
Token Accessis enabled in the API section of your Zammad instance's System settings.
Basic Auth
- Enter the URL of your Zammad instance in the Base URL field of the n8n credentials screen.
- Enter your Zammad email om the Email field and your password in the Password field.
Token Auth
- Log in to your Zammad instance
- Click your avatar in the lower left corner, then click on Profile
- Select Token Access and click Create
- Enter a name for your new token and pick all required permissions. Click Create once done.
- Copy the token shown into the Access Token field in n8n. Enter the URL of your Zammad instance in the Base URL field.