mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
1.2 KiB
1.2 KiB
| title | description | contentType |
|---|---|---|
| Zammad credentials | Documentation for Zammad credentials. Use these credentials to authenticate Zammad in n8n, a workflow automation platform. | integration |
Zammad credentials
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.