Slack GitHub User Info
detail.loadingPreview
Retrieves and displays GitHub user information in Slack.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow fetches detailed information about a GitHub user, including their name, email, company, and location. It then posts this information to a specified Slack channel.
Key Features
- Retrieves GitHub user data via GraphQL.
- Filters and formats user emails, excluding generic GitHub noreply addresses.
- Posts user details to a Slack channel.
- Includes error handling for workflow failures.
How To Use
- Trigger: This workflow can be triggered via a webhook. The
textparameter in the webhook body should be the GitHub username. - Configure Credentials: Set up your Slack OAuth2 credentials.
- Environment Variables: Ensure
$env.API_ENDPOINT(GitHub GraphQL API endpoint) and$env.BASE_URLare set. - Personal Token: Replace
<Personal Token>in the GraphQL node with your GitHub Personal Access Token. - Send Request: Send a POST request to the webhook URL with a JSON body containing the GitHub username in the
textfield andchannel_id.
Apps Used
Workflow JSON
{
"id": "1191af06-801f-46d4-a96d-bfb5a766424f",
"name": "Slack GitHub User Info",
"nodes": 0,
"category": "Integrations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 1191af06-801f...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Slack to Google Calendar Event Automation
Automates the creation of Google Calendar events from Slack messages and manages event attendance.
Slack Idea Submission to Notion
Submit ideas from Slack to a Notion database.
Community Idea Capture with Slack and Google Sheets
Capture ideas submitted via Slack's slash command and store them in a Google Sheet.
Wise Transfer Update to Airtable
Automatically log Wise transfer status changes to Airtable.
Telegram Channel to Readeck & Hoarder
Automatically saves links from a Telegram channel to Readeck and Hoarder.
ServiceNow Incident Lookup via Slack
Look up ServiceNow incidents using a Slack slash command.