yao/messenger
Max ec8b6c336b Enhance messenger service with template support for message sending
- Introduced template loading functionality during messenger initialization, allowing for dynamic message templates.
- Added SendT, SendTWithProvider, SendTBatch, and SendTBatchMixed methods to the Service for sending messages using templates.
- Updated provider implementations for Mailgun, Twilio, and Mailer to support template-based message sending.
- Enhanced the Provider interface to include optional template methods, improving flexibility and usability across providers.
2025-10-08 09:21:57 +08:00
..
providers Enhance messenger service with template support for message sending 2025-10-08 09:21:57 +08:00
template Enhance messenger service with template support for message sending 2025-10-08 09:21:57 +08:00
types Enhance messenger service with template support for message sending 2025-10-08 09:21:57 +08:00
messenger.go Enhance messenger service with template support for message sending 2025-10-08 09:21:57 +08:00
messenger_onreceive_test.go Refactor messenger service to enhance webhook processing and remove deprecated methods 2025-09-28 15:27:20 +08:00
messenger_receiver_test.go Update dependencies and enhance mailer functionality 2025-09-28 09:33:36 +08:00
messenger_test.go Add GetAllProviders method and related tests for provider information retrieval 2025-09-28 16:00:35 +08:00