*Updated* How to parse an email and then use that output

Hi @lyoung, welcome to the community :tada:

I am still trying to figure out how to update a notion page title or a notion block with that code. Only been able to add a new line and not update the existing block.

Updating a block or changing a generic page title aren’t operations supported by n8n’s Notion node I am afraid. If you are referring to pages within a database you could update the title field though using the Database Page → Update operation like so:

Before:

Node settings:

After:

For additional operations you could consider calling the Notion API directly. My post at Notion - change cover url of a database page - #3 by MutedJam has an example on how to call the API in general and their documentation on how to update a specific block would be here:

Hope this helps!