You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Notes
The text was updated successfully, but these errors were encountered: