How to get mail list that mandrill failed to sent to? - mandrill

We found that some clients didn't get mail because of followed issue described here
How can we get all mails that failed to get mail?
Does Mandrill provide any API?
Thank you,

Yes, Mandrill does have a robust API, and you can easily retrieve the list of emails that have failed.
See Mandrill's API documentation here: https://mandrillapp.com/api/docs/rejects.JSON.html#method=list
They have examples in a bunch of popular languages, and you can even test the responses with your real API key on that same documentation page!

Related

Slack API: Can I get all unread messages for a user?

I develop a mobile app Speaking Email that reads emails out to the user, which can be used while driving to work for example. I would like to add Slack as an account type. Ideally we would have Speaking Email read out the user’s slack messages that are unread, as these will be what they need to catch up on. However it does not appear the Slack API has a method for retrieving the messages the user hasn’t read. Is this possible with the latest Slack API?
I was searching for the same thing and found their API doc about Read Messages!
https://api.slack.com/messaging/retrieving

Best practices for using SendGrid's v3 API?

I'm using the v3 API to send confirmation emails to my new users. All of the emails appear to be sending BUT over half of the emails don't contain the dynamically-inserted confirmation URL that I send along in the request.
I'm not sure where to start debugging this: if ~50% of the emails are getting the links within their emails and the rest aren't, where would you start with digging into this problem?

gmail newsletter/promotion tag?

I am trying to get promotional and newsletter email messages using Gmail API. Currently, I am requesting the Gmail API based on sender, but it is not feasible. Is there a way to identify an email message as promotions or newsletters, when getting messages using Gmail API?
Is there a meta tag for newsletters or promotional messages?
Any help regarding this will be appreciated.
Thank you!
J.
The tag you mentioned in the question is called label in Gmail API. You can find a list of default labels in the documentation:
https://developers.google.com/gmail/api/guides/labels
I guess you are interested in CATEGORY_PROMOTIONS. In that case, you should pass it as a query param called labelIds[] of the request, that lists user's messages: https://developers.google.com/gmail/api/v1/reference/users/messages/list

laravel notification on slack channel webkook

An app that sends HTTP request to any URL and records the response in the database, if in case there is a response that website is dawn, it should automatical save the response and send a message into a slack channel. the first question is which library to use to integrate slack with laravel>
There numerous slack-api wrappers in PHP. But these two are some of the most expressive:
https://github.com/vluzrmos/laravel-slack-api
https://github.com/maknz/slack
Follow through the README and see which fits best your needs.

Get zoho emails in my rails application

I am trying to fetch emails received and sent from zoho account.
I want to trace all the emails coming to me in outlook or I am sending from outlook.
I have seen zohoCRM, rubyzoho but not able to get things done.
Any suggestions on this.
What you are looking for is a way to build a simple email client with ruby.
There is a simple Ruby Mail library which can get the work done for you. For quick reference, you can check the section "Getting email from a POP server"
Zoho supports POP Access. You should be able to get the access details from there and use it.
The Ruby mail library also support IMAP access and so does Zoho.

Resources