Append Zotero Integration template to existing note

I use the Book Search plugin right now to easily pull metadata from the web for my booklist and I’m going to use Zotero to read the books and annotate on them.

I wanted to create a template that would aloow me to insert the annotations and some other stuff from Zotero in the book note that is already created. I searched a lot but couldn’t find anything like that here.

This is what I have now:

Example of book note

---
aliases:
title: "Good Strategy/Bad Strategy"
authors: [Richard Rumelt]
category: [Business & Economics]
publish: 2011-06-09
pages: 336
type: book
notetype: referenceNote
cover: http://books.google.com/books/content?id=nTU65JgxgOAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
created: 2023-02-01
updated: 2023-02-01
favorite:
---
![cover|150](http://books.google.com/books/content?id=nTU65JgxgOAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api)

---

This is where I want the Zotero notes

Example of Zotero Integration template

### PDF
{{pdfZoteroLink}}

### Abstract
{{abstractNote}}

<%tp.file.cursor()%>
### Notes
{% for annotation in annotations -%}
	{%- if annotation.annotatedText -%}
	{{annotation.annotatedText}}"{% if annotation.color %} {{annotation.color.Category}}
	{{annotation.type | capitalize}} {% else %}
	{{annotation.type | capitalize}} {% endif %} [Page{{annotation.page}}](zotero://open-pdf/library/items/{{annotation.attachment.itemKey}}?page={{annotation.page}}&annotation={{annotation.id}})
	{%- endif %} 
	{% if annotation.imageRelativePath %} 
	![[{{annotation.imageRelativePath}}]]{% endif %}
{% if annotation.comment %} 
{{annotation.comment}}
{% endif %}
{% endfor -%}


>[!Hypothesis]

>[!Methodology]

>[!Results]

>[!Key Points]


---
tags: 

Is this possible?