If your question hasn’t been asked before, please follow the template below. Skip the questions that are not relevant to you. →
I’m sending with a webhook informations to update a database page in Notion. But all my variables are undefined. I can easily create pages in Notion with the same workflow. I cheked that the ID of the page is the right one also.
error message:
Bad request - please check your parameters
body failed validation. Fix one: body.properties.Production.title should be defined, instead was undefined
. body.properties.Production.rich_text should be defined, instead was undefined
. body.properties.Production.number should be defined, instead was undefined
. body.properties.Production.url should be defined, instead was undefined
. body.properties.Production.select should be defined, instead was undefined
. body.properties.Production.multi_select should be defined, instead was undefined
. body.properties.Production.people should be defined, instead was undefined
. body.properties.Production.email should be defined, instead was undefined
. body.properties.Production.phone_number should be defined, instead was undefined
. body.properties.Production.date should be defined, instead was undefined
. body.properties.Production.checkbox should be a boolean, instead was ""
. body.properties.Production.relation should be defined, instead was undefined
. body.properties.Production.files should be defined, instead was undefined
. body.properties.Production.status should be defined, instead was undefined
. body.properties."Do"line.id should be defined, instead was undefined
. body.properties."Do"line.name should be defined, instead was undefined
. body.properties."Do"line.start should be defined, instead was undefined
.
Please share your workflow
These guys talked about it but the Notion node was not updated, the solution is doing manual https request and I'm not a coder.
[Cannot update a database item on Notion since 11/09](https://community.n8n.io/t/cannot-update-a-database-item-on-notion-since-11-09/54562)