yao/messenger/providers/twilio
Max 03ecf96b51 Enhance messenger service with optional message type support for template sending
- Updated SendT, SendTWithProvider, SendTBatch, and SendTBatchMixed methods to accept an optional message type parameter, allowing for more flexible template usage.
- Refactored provider implementations for Mailgun, Twilio, and Mailer to accommodate the new message type parameter in their SendT and SendTBatch methods.
- Improved error handling for template retrieval and provider configuration, ensuring clearer feedback in case of issues.
- Added tests to validate the new functionality and ensure compatibility across different message types.
2025-10-09 12:11:54 +08:00
..
twilio.go Enhance messenger service with optional message type support for template sending 2025-10-09 12:11:54 +08:00
twilio_batch_test.go Enhance messenger service with optional message type support for template sending 2025-10-09 12:11:54 +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_template_test.go Enhance messenger service with optional message type support for template sending 2025-10-09 12:11:54 +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