trypost/app/Services/Automation
Paulo Castellano f55d35363f fix(automations): return null on any feed parse failure
Wrap FeedParser::parse in try/catch so an unexpected Throwable from third-party
feed content (not just invalid XML) maps to the clean fetch_rss_malformed
failure instead of bubbling up as an unhandled exception — matching the
failed()-not-throw pattern of the sibling HTTP node.
2026-06-16 12:09:16 -03:00
..
AutomationConfigValidator.php Validate webhook payload template is JSON before it can run 2026-06-13 16:03:19 -03:00
ExpressionResolver.php Guard expression resolver against malformed-UTF-8 json_encode 2026-06-13 10:25:25 -03:00
FeedParser.php fix(automations): return null on any feed parse failure 2026-06-16 12:09:16 -03:00
GenerateNodeValidator.php Structure brand voice and make generated copy platform-aware 2026-06-12 17:09:39 -03:00
WebhookNodeValidator.php Validate webhook payload template is JSON before it can run 2026-06-13 16:03:19 -03:00