opnform-host-nginx/api/app/Integrations/Handlers
Chirag Chhatrala 838ab8d846
Refactor Discord and Slack Integration Handlers for Improved Data Formatting (#736)
- Moved the instantiation of FormSubmissionFormatter to ensure consistent handling of submission data across both DiscordIntegration and SlackIntegration classes.
- Updated the logic to show hidden fields based on settings, enhancing the flexibility of data presentation in notifications.
- Modified StoreFormSubmissionJob to ensure UUIDs are properly converted to strings, improving data integrity.
- Simplified the redirect URL field check in FormSubmissionProcessor for better readability.

These changes aim to enhance the maintainability and functionality of integration handlers and form submission processing.

Co-authored-by: Julien Nahum <julien@nahum.net>
2025-04-02 11:10:35 +02:00
..
Events Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
AbstractIntegrationHandler.php Add error logging for integration failures in AbstractIntegrationHandler 2025-01-14 14:34:03 +01:00
DiscordIntegration.php Refactor Discord and Slack Integration Handlers for Improved Data Formatting (#736) 2025-04-02 11:10:35 +02:00
EmailIntegration.php Refactor Email Integration Handling 2025-01-14 13:29:09 +01:00
GoogleSheetsIntegration.php Email spam security (#641) 2024-12-18 13:16:27 +01:00
SlackIntegration.php Refactor Discord and Slack Integration Handlers for Improved Data Formatting (#736) 2025-04-02 11:10:35 +02:00
WebhookIntegration.php Email spam security (#641) 2024-12-18 13:16:27 +01:00
ZapierIntegration.php Email spam security (#641) 2024-12-18 13:16:27 +01:00