Notion, Update or Insert

Hi, I pull data from HubSpot and Insert/Update Notion Database Page.

There is one field in Notion and on field in HubSpot that act as the 'unique ’ field (ofc).

In short:
Pull objects from HubSpot.
For every object, check if exist in Notion.
If exist, Update, if not, Insert.

Its fairly simple, but, when looking at the flow, there are so many calls to Notion API.

Does anyone know about a way to ‘Update or Insert’ in Notion?

Perhaps by not using the node but direktly calling the API?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

you could basically pull all pages from Notion and merge etc them in the flow with the data from HubSpot.
update and insert accordingly

1 Like