Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension: Notion #6

Open
harinij opened this issue Sep 16, 2022 · 0 comments
Open

Extension: Notion #6

harinij opened this issue Sep 16, 2022 · 0 comments
Labels

Comments

@harinij
Copy link
Member

harinij commented Sep 16, 2022

Describe the extension
Every time a new row is created, updated or deleted on Rowy, update the data on the connected Notion database table.

Logic:

  • If any row is not available on Notion, it will create a new row.
  • If a row already exists then only update it
  • If a row is deleted on Rowy, then the corresponding row on the Notion side gets deleted

Notes

  • Figure out Notion API, how to connect to the Notion database, and the parameters needed
  • Make sure when submitting the PR to remove any API token used and add a comment to use rowy.secrets utility instead to retrieve the token from Google Secret Manager.
@harinij harinij added extension good first issue Good for newcomers labels Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant