Postal (https://github.com/postalhq/postal) as Webhook provider #140
-
Hi, I'm trying to roll my own email + newsletter service for a small organization. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, its possible, but someone (you? 😄 ) would need to add the integration. You can refer to any of the other modules (postmark, sendgrid, mailgun, etc) to see how its done. https://github.com/mettle/sendportal-core/tree/master/src/Http/Controllers/Api/Webhooks |
Beta Was this translation helpful? Give feedback.
-
That's fair, I'll take a look and see if I can come up with something. Thanks for the starting off point! |
Beta Was this translation helpful? Give feedback.
Hi, its possible, but someone (you? 😄 ) would need to add the integration.
You can refer to any of the other modules (postmark, sendgrid, mailgun, etc) to see how its done.
https://github.com/mettle/sendportal-core/tree/master/src/Http/Controllers/Api/Webhooks
https://github.com/mettle/sendportal-core/tree/master/src/Events/Webhooks
https://github.com/mettle/sendportal-core/tree/master/src/Listeners/Webhooks