You are helping me build the following AI agent workflow. ## Goal Sync GitHub Issues to Notion: Monitors GitHub for new or updated issues and automatically creates or updates corresponding pages in your Notion database. ## Specification - What it does: Keep your project tracking in sync by automatically creating Notion pages for new GitHub issues and updating existing ones when they change. You stay current on status updates like opens, edits, closes, or deletions without manual data entry. - Trigger: Triggered by an event (Event ยท on new issue created) - Autonomy: Fully hands-off - Expected setup effort: under an hour - Tools/services involved: - GitHub: Trigger workflow on new issues - Notion: Store and sync issue data ## Known pitfalls, handle each one explicitly in your implementation 1. Webhook payloads may contain HTML formatting which needs sanitization to prevent rendering errors in Notion. 2. Permission scopes might restrict access if the GitHub token lacks repo scope or the Notion integration is not shared with the target database. ## Reference implementation https://n8n.io/workflows/1804 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/sync-github-issues-to-notion/ via usecasesforagents.com