{ "embeds": [ { "title": {{json (printf "🔄 Update - %s" .Asset)}}, "description": {{json (printf "**%s** has successfully updated **%s**! ✅" .Host .Asset)}}, "color": 3447003, "fields": [ { "name": "⏱️ Time Taken", "value": {{json (formatSeconds .Time)}}, "inline": true } ], "footer": { "text": "✨ Haven Notify ✨" } } ] }