suet icon indicating copy to clipboard operation
suet copied to clipboard

AWS SES push events are not working with app's webhook endpoint

Open mfurqan777 opened this issue 5 years ago • 0 comments

Hi First Thanks for valuable piece of code. It works great with mailgun domains using app's webhook endpoint.

I tried with aws ses as well but the sns push notifications are not properly working in file "suet/workers/ses-webhook/index.js" line no 129 stats // Add receiver and following lines after that are comment out.

there is no response for data/event pushed on app's webhook endpoint (https://domain.com/ses/webhook). I tried same push event on host: https://us-central1-suet-170506.cloudfunctions.net/ses-webhook it gives status OK response but hosted server webhook for aws ses (https://mydomain.com/ses/webhook) gives no response.

mfurqan777 avatar Jun 14 '19 14:06 mfurqan777