Snippet Reference
Inserts the selected snippet template before expanding the current snippet.
This placeholder supports nested references, Rich Text, and images. Every reference will be inserted recursively before expanding the current snippet.
All placeholders will be expanded as if they were part of the current snippet.
Parameters
1️⃣ Snippet
The ID of the snippet to insert. When using UI, you will be able to select the snippet from the list.
If you want to create the placeholder manually, you can find the snippet ID in the snippet deeplink. Just right-click on the snippet in the snippets list and select Copy Deeplink.
Syntax
{@snippet|521F67F0-29FD-4571-979F-05C616C55422@}
Notes
If the referenced snippet is modified, this placeholder will reflect the latest version.
If the referenced snippet is deleted, this placeholder will return error.
Keep in mind that if you use iCloud Collaboration, adding or removing snippets from a "share" regenerates their IDs, which will break the references.
Use Cases
This placeholder is useful when you want to reuse a template in multiple places and be able to update it in one place.
Example
You have multiple email templates that share the same signature. You could create a snippet with the signature and reference it in all email templates.
Signature:
Best regards,
Perfect Store
<image>
<contact details>
Then you can reference this snippet in all email templates:
Dear Customer,
Thank you for your order. We will process it shortly.
{@snippet|521F67F0-29FD-4571-979F-05C616C55422@}
Video Example
Here you can see joining 3 snippets into one: