Replace {{variable}} placeholders in a template with values from a JSON object.
Hello Alice, you have 5 items.
Add to favorites for quick access from the home page
Tools often used together with this one
Input: Hello {{name}}
Vars: {"name": "Alice"}
Output: Hello Alice