yao/messenger/providers/twilio
Max 0505adf003 Refactor messenger service to enhance webhook processing and remove deprecated methods
- Implemented TriggerWebhook method to handle incoming webhook requests for various providers, utilizing gin.Context for improved integration.
- Removed the deprecated Receive method from the mailer provider and related functions, streamlining the codebase.
- Updated tests to reflect changes in webhook handling and provider interactions, ensuring compatibility with new implementations.
- Enhanced error handling and logging for webhook processing, improving overall reliability and clarity.
2025-09-28 15:27:20 +08:00
..
twilio.go Refactor Twilio provider methods to include context support 2025-09-26 19:01:05 +08:00
twilio_receive.go Refactor messenger service to enhance webhook processing and remove deprecated methods 2025-09-28 15:27:20 +08:00
twilio_receive_test.go Refactor messenger service to enhance webhook processing and remove deprecated methods 2025-09-28 15:27:20 +08:00
twilio_sms_test.go Enhance Twilio provider tests and configurations for improved SMS functionality 2025-09-27 08:41:42 +08:00
twilio_test.go Refactor Twilio provider methods to include context support 2025-09-26 19:01:05 +08:00
twilio_whatsapp_test.go Refactor Twilio provider methods to include context support 2025-09-26 19:01:05 +08:00