π« Update Zammad roles by Excel
β‘ 565 views Β· π« Ticket Management & Triage
π‘ Pro Tip β If you need GitHub data beyond what the REST API gives you, ScraperNode has a repository scraper that extracts metadata at scale without token rate limits.
Description
This n8n workflow allows you to update user roles in Zammad based on data from an Excel file. The workflow automates role assignments, ensuring efficient and consistent updates.
Features
- Excel Integration: Import user data from an Excel file containing emails and role assignments.
- Dynamic Updates: Match Zammad users by email and update their roles.
- Error Handling: Continue workflow execution even if some updates fail.
- Customizable Variables: Configure Zammad API URL, API key, and Excel file URL.
Usage
- Import the Workflow: Upload the provided
.jsonfile into your n8n instance. - Set Variables:
zammad_base_url: Your Zammad instance URL.excel_source_url: URL of the Excel file containing user data.
- Authentication for Zammad
- Create in the Node βFind Zammad User by emailβ and βUpdate User Rolesβ a Header Auth Authentication
- Name: Authorization
- Value: Bearer <put here your zammad api token>
- Run the Workflow: Execute the workflow to update user roles based on the Excel data.
Issues and Suggestions
For issues or suggestions, visit the GitHub Repository.
π Nodes Used
HTTP Request, Extract from File
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File