Skip to content
FlowHubFluxonLab
GitHub
GitHubfree

Sync Zendesk tickets with subsequent comments to GitHub issues

by n8n Teamadapted from n8n official workflow galleryUpdated Aug 2026
RequiresGitHubGitHubZendeskZendesk
Share Post Share
Get ticketIfIFUpdate ticketFuDetermineCreate issueCreate comment on existing issueCreate comment …WeOn new Zendesk ticketOn new Zendesk …123456
1/5
STEPS · 6
Starts on an incoming request

This workflow creates a GitHub issue when a new ticket is created in Zendesk. Subsequent comments on the ticket in Zendesk are added as comments to the issue in GitHub. Prerequisites Zendesk account and Zendesk credentials. GitHub account and GitHub credentials. GitHub repository to create issues in. How it works The workflow listens for new tickets in Zendesk. When a new ticket is created, the workflow creates a new issue in GitHub. The GitHub issue number is then saved in one of the ticket's fields (in setup we call this "GitHub Issue Number"). The next time a comment is added to the ticket, the workflow retrieves the GitHub issue number from the ticket's field and adds the comment to the issue in GitHub. Setup This workflow requires that you set up a webhook in Zendesk. To do so, follow the steps below: In the workflow, open the On new Zendesk ticket node and copy the webhook URL. In Zendesk, navigate to Admin Center > Apps and integrations > Webhooks > Actions > Create Webhook. Add all the required details which can be retrieved from the On new Zendesk ticket node.

Tags

n8nreference-onlygithubzendesk
Connects
githubGitHubzendeskZendesk
CategoryGitHub
Triggermanual
Complexitymedium
Nodes7
AddedDec 2, 2022

Related workflows

See all GitHub
githubW
free

Backup workflows to GitHub

Note: This workflow uses the internal API which is not official. This workflow might break in the future. The workflow executes every night at 23:59. You can configure a different time bin the Cron node. Configure the GitHub nodes with your username, repo name, and the file path. In the HTTP Request nodes (making a request to localhost:5678), create Basic Auth credentials with your n8n instance username and password.

by Harshil Agrawal
github
free

Automate assigning GitHub issues

This workflow assigns a user to an issue if they include "assign me" when opening or commenting. To use this workflow you will need to update the credentials used for the Github nodes.

by manohar
github
free

Get the community profile of a repository

Explore this workflow on its official n8n template page.

by sshaligr