Notion append as Todo, but not a list; Remove Title Requirement from Notion Action

Is it possible to remove “Title” from the template requirement of the Notion-Append as To-Do List action so Drafts will just append the body as a new todo to the existing list on the page? Adding a heading for every append is overkill for my needs.

I tried just removing [[title]] from the action but that gave errors. I checked docs and ran a search. I confess I’m a noob to Actions and Notions API. Thanks in advance for the help!

Existing Action appends to my existing Notion page like so:

Title as Heading
[ ] Todo

Title as Heading
[ ] Todo

I want to modify it so it just appends the body of the Draft like so:
[ ] Todo
[ ] Todo

nvm - answered my own questions!

Edited the action with this:

  1. Title: Empty
  2. Template: Replaced [[body]] with [[draft]]

Thank you comprehensive Using Templates article!

1 Like