The application is telling me that the following is invalid JSON for sending a "Print Done" webhook (sending to a Google Apps Script to add a row to a Google Sheet):
{
"sheetid": "1L3Kl8TPWNtI1_zXaj8U77OYhoZOcajAozUI-LNDijC4",
"row": [
"=localDateTime(@currentTime)",
"@job.file.name",
"@jobfile.size",
"=TIME(0,0,@job.estimatedPrintTime)",
"=TIME(0,0,@job.lastPrintTime)",
"@job.filament.tool0.volume",
"@job.filament.tool0.length",
"@meta.analysis.dimensions.width",
"@meta.analysis.dimensions.depth",
"@meta.analysis.dimensions.height"
]
}
The application is telling me that the following is invalid JSON for sending a "Print Done" webhook (sending to a Google Apps Script to add a row to a Google Sheet):
{ "sheetid": "1L3Kl8TPWNtI1_zXaj8U77OYhoZOcajAozUI-LNDijC4", "row": [ "=localDateTime(@currentTime)", "@job.file.name", "@jobfile.size", "=TIME(0,0,@job.estimatedPrintTime)", "=TIME(0,0,@job.lastPrintTime)", "@job.filament.tool0.volume", "@job.filament.tool0.length", "@meta.analysis.dimensions.width", "@meta.analysis.dimensions.depth", "@meta.analysis.dimensions.height" ] }