workflows.fit
Back to n8n workflows
n8n templateFreeBy Fady Bekkar

Automation flow from Notion to GitHub with email notifications

This automation allows you to track feature requests in Notion, create GitHub issues automatically, and notify your team via email based on issue status. It's ideal for technical and functional teams who collaborate o...

DevelopmentCommunicationHITLProductivityCore NodesNotionGithubSet
Loading interactive preview...

Template notes

This automation allows you to track feature requests in Notion, create GitHub issues automatically, and notify your team via email based on issue status. It's ideal for technical and functional teams who collaborate on project delivery using Notion and GitHub.

๐Ÿ”น SECTION 1: Detect and Sort Issues from Notion Combining: Schedule Trigger + Notion Database + Field Mapping + Status Routing

โฐ 1. Schedule Trigger ๐Ÿ”ง Node Type: Schedule Trigger (you can use a webhook trigger if you are on Notion paid plan)

๐Ÿ’ฌ Description: Triggers the workflow every X minutes to check for new or updated Notion database pages.

๐Ÿ“‘ 2. Get Many Database Pages (Notion) ๐Ÿ”ง Node Type: Notion โ†’ Get All Database Pages

๐Ÿ“‹ What it does: Fetches all rows (pages) from a Notion database that represents tasks or feature requests.

โœ๏ธ 3. Sort Issues Fields ๐Ÿ”ง Node Type: Set

๐Ÿ“‹ Goal: Restructures or cleans data fields such as Title, Status, Labels, and Repository.