Trigger Slack Message on New GitHub Repo Creation

Hello,

I would like to know how to trigger the creation of a repository in an organization. Specifically, I want to send a Slack message every time a new repository is created in my organization.

Could you please guide me on how to set this up?

Thank you!

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @DavidALM,

Some quick steps below that should allow you to do this.

Create an n8n worklfow with a Webhook node
Copy the Webhook URL

Go to your GitHub Organisations settings
Click on Webhooks > Add Webhook
Click Payload URL > Input your Webhook URL that you copied
Go to Let me select individual events. > Select Repositories
Click Add Webhook

Thanks so much @Jon, it’s working :partying_face:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.