pentacent / keila

Open Source Newsletter Tool.
https://keila.io
GNU Affero General Public License v3.0
1.25k stars 61 forks source link

SNS Topics / Webhook Endpoints #220

Closed jgardner-qha closed 12 months ago

jgardner-qha commented 12 months ago

I'm trying to evaluate Keila on my own server and using Amazon SES as a Sender, which is working great. Looking through the documentation, however, I cannot seem to find anything regarding the SNS topic webhooks / endpoints for handling bounces, complaints, etc. through Amazon SES and SNS. There's quite a bit of code that hints at support for SNS topics. Can anybody tell me which SNS topics Keila supports, and what the endpoints are?

wmnnd commented 12 months ago

Hey, thanks for asking this question! The API endpoint for notifications from SES is /api/webhooks/senders/ses.

jgardner-qha commented 12 months ago

Thanks! That was the missing piece for me. Now it seems to be working perfectly!