{ "embeds": [ { "title": {{json (printf "📦 Backup - %s" .Title)}}, "description": {{json (printf "**%s** has been backed up successfully! ✅🫡\n" .Asset)}}, "color": 3066993, "fields": [ { "name": "💾 Backup Size", "value": {{json (formatSize .BackupSizeInMB)}}, "inline": true } {{- range .Extra}}, { "name": {{json .Name}}, "value": {{json .Value}}, "inline": true } {{- end}} ], "footer": { "text": "✨ Haven Notify ✨" } } ] }