Automation
Last updated
foolcat://deactivatefoolcat://create?source=<source-path>&destination=<destination-path>&name=<report-name>&description=<report-description>03/10/2025, 10:55:21 - Report Created: {
"ReportCreated_status" = "Success";
"ReportCreated_error" = "none";
"ReportCreated_pdfPath" = "/Volumes/Hedge/A001/Reports.pdf";
"ReportCreated_htmlPath" = "/Volumes/Hedge/A001/Reports.html";
}import sys
import json
# Load the event payload from the first argument
payload = json.loads(sys.argv[1])
# Example: access fields from the payload
print(payload.get("FileConversionCompleted_status"))display alert "{ReportCreated_status}"/Users/[your-username]/Library/Application Support/FoolCat/Event Log/FoolCatEvents.log