- 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. |
||
|---|---|---|
| .. | ||
| twilio.go | ||
| twilio_receive.go | ||
| twilio_receive_test.go | ||
| twilio_sms_test.go | ||
| twilio_test.go | ||
| twilio_whatsapp_test.go | ||