-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to provide bounce-status when unsubscribing from lists? #13
Comments
@magicdude4eva - there's no such option right now, but we can add one for the subscribers endpoint, something like:
If the bounce is hard, the subscriber is also blacklisted. Would that help ? |
Bro, Thanks for Reply, where add this code ? |
@twisted1919 this will help if a Port25 user adds an extra field to the delivery-server so that Port25 can keep track of the jobid (which in this case would be the campaign uid): In this case, Port25 would then log the campaign-UID in the logs which I would be able to pick up and then call the campaignBounce endpoint (notice the "mailwizz-ll646mkjmbbe1" towards the end of the bounce line): |
Ok, that's something you can instruct people to do in the usage examples, right? And i believe the tags are parsed in the header value so i don't have to do anything here. Bounce types are: hard, soft and internal. Makes sense ? |
This is correct yes. |
@twisted1919 all of the above I can do. I will prep my changes in the meantime. Should not be too difficult and I can then test it with our campaigns once your new endpoint is up. |
@twisted1919: I am busy testing the new endpoint and perhaps I am doing something wrong:
My code:
|
@magicdude4eva - That's expected since the code for that endpoint does not exist in your app. |
Doh - I am clearly not Captain Obvious right now :-( I will drop you a Skype - still have your details... |
Really Nice! , I am looking for Solution , Thanks both @magicdude4eva @twisted1919 |
Thanks - works as expected. |
I am using unsubscribeByEmailFromAllLists / unsubscribeByEmail / unsubscribe when processing bounces through Port25 and other mechanisms. Is there an option where unsubscribes can be marked as a "bounce" and this then be attributed to running campaigns?
The text was updated successfully, but these errors were encountered: