[Integration] Map & test Notion integration #30
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#30
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Notion — Job Pipeline Sync
The Notion integration is the primary pipeline export target — push approved/applied jobs to a Notion database for tracking.
Current state
The
IntegrationBasesubclass exists atscripts/integrations/notion.py. The standalonescripts/sync.pyalready implements Notion sync via config. This task is to wire the new integration framework to the existing sync script and validate end-to-end.Tasks
Mapping
config/integrations/notion.yamlNotionIntegration.connect()stores config correctlyNotionIntegration.test()validates token + DB access via Notion APIImplementation
NotionIntegration.sync(jobs)to callscripts/sync.py::sync_to_notion()/api/settings/system/integrations/notion/connectstores credentials/api/settings/system/integrations/notion/testreturns live validation result/api/tasks/synctriggers Notion push when integration is connectedTesting
syncedstatus is set on the job record after successful pushAcceptance criteria