Use Cases
- Automatically notify team members of GitHub user details in Slack.
- Streamline communication between GitHub and Slack for development teams.
- Enhance project management by keeping track of user contributions.
How It Works
Webhook receives a POST request with user information. GraphQL node queries GitHub for user details based on the provided username. Function node processes the response to extract relevant emails and remove duplicates. Slack node sends the formatted user information to the specified channel.
Setup Steps
- 1Import the workflow template into n8n.
- 2Configure the Webhook node with the desired path.
- 3Set up the GraphQL node with your GitHub personal access token.
- 4Connect the Slack node to your Slack workspace using OAuth2.
- 5Test the workflow by sending a message to the webhook URL.
Apps Used
Slack
GitHub
Categories
Target Roles
Industries
Tags
#slack automation
#notifications
#workflow management