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.
- Dev & IT OpsCodex PR Fix AgentSend a coding task to Codex, open a draft PR when it succeeds, and notify Slack when Codex needs follow-up input.
- Dev & IT OpsAgent-Guided Codex PR DispatcherLet an Agent inspect a GitHub request, prepare a confirmed Codex task, open a ready PR, and notify Slack when Codex needs input.
- 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 OpsFile Upload Intake MetadataMint a single-use upload link, receive a multipart file, and return clean metadata plus the Drive download URL.
- Document OpsWebsite LoaderFetch clean, LLM-ready website text from any URL using the Jina Reader API.
- App IntegrationsBrave Search APISearch the web with Brave Search API and return the raw result body for downstream agents or sub-workflows.