n8n-docs/docs/nodes/credentials/Zammad
Tom 9ff9a2fb68
📚 Added Linear Trigger & Zammad documentation stubs (#736)
* 📚 Add stub documentation for Linear Trigger & credentials
* 📚 Added Zamad documentation stub
2022-02-15 16:08:05 +01:00
..
README.md 📚 Added Linear Trigger & Zammad documentation stubs (#736) 2022-02-15 16:08:05 +01:00

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

  1. Create a hosted Zammad account or set up your own Zammad instance.
  2. For the token-based authentication make sure Token Access is enabled in the API section of your Zammad instance's System settings.

Basic Auth

  1. Enter the URL of your Zammad instance in the Base URL field of the n8n credentials screen.
  2. Enter your Zammad email om the Email field and your password in the Password field.

Token Auth

  1. Log in to your Zammad instance
  2. Click your avatar in the lower left corner, then click on Profile
  3. Select Token Access and click Create
  4. Enter a name for your new token and pick all required permissions. Click Create once done.
  5. Copy the token shown into the Access Token field in n8n. Enter the URL of your Zammad instance in the Base URL field.