GitHub Issue Intake Router
Create a consistently titled GitHub issue from an incoming automation request.
The full canvas, before you import it
Click any node to see its config.
Click a node to select it — same as the Heym editor; the panel shows its settings.
3 nodes · Free & source-available
GitHub Issue Intake Router
Turn a plain-language automation request into a GitHub issue in the repository your team already uses. This is a small, dependable pattern for routing requests into an actionable engineering backlog.
What this workflow does
- IssueRequest accepts the requested work and context
- CreateGitHubIssue opens an issue in the configured repository
- IssueCreated returns the issue reference from GitHub
Use cases
- Service desk requests that should become engineering tasks
- Feedback-to-backlog handoffs
- Internal operational requests with an auditable GitHub record
Setup
Create a GitHub credential with access to the target repository. Set the owner, repository, default title, and optional assignee on CreateGitHubIssue. You can replace the text input with Slack, email, or an HTTP trigger later.
Notes
Use a repository-specific template or an LLM before the GitHub node when you need richer issue titles, labels, or acceptance criteria. Keep the credential scoped to only the repositories this automation should create issues in.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3PressCmd+V/Ctrl+V— nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
Discover more automations
- Operations AutomationWait — Debounce HandoffInsert a configurable pause (Wait node) before the final output — useful for debouncing or human-in-the-loop pacing.
- Operations AutomationProperty Inspection Escalation RouterAccept inspection notes, classify maintenance severity with AI, log the result, and alert Slack for urgent property issues.
- Operations AutomationDaily GitHub Issue Digest to DiscordList open GitHub issues on a schedule, summarize the priorities with AI, and post the digest to Discord.
- Customer SupportHITL Support Reply AgentDraft a customer-facing support response, pause for human approval, then continue with the reviewed reply.
- Marketing & SEOReddit Subreddit GET Tool CallLet an Agent call a no-key HTTP GET tool that fetches hot posts from a subreddit JSON feed.
- AI AgentsBatch LLM Status TrackerSend an array through the OpenAI Batch API, branch on live status updates, and collect the final per-item results.
- Customer SupportIMAP Support Inbox TriageWatch a shared mailbox, summarize incoming support email, and route urgent messages to Slack.
- Document OpsJina Web FetcherFetch clean, LLM-ready text from any URL using the Jina Reader API.
- Dev & IT OpsCursor Post NotifierMonitor the Cursor blog on a schedule and Slack-notify your team when a new post goes live.
- Marketing & SEOGemini Image CreatorGenerate images from a text prompt using Gemini's native image output.
- Document OpsPDF / DOCX Translation AgentTranslate the full text of any uploaded document using an AI agent.
- Dev & IT OpsClaude Blog MonitorMonitor the Anthropic blog on a schedule and Slack-notify your team on new Claude posts.