Embedding email link in Twitter Direct Message - twitter

how do I include an email link in a Direct Message when using Twitter4j to send them?
Thanks
Angus

Related

How to send message using email address on twitter

I have list of emails. And want to send a market campaign through messages on twitter. How it can be done using email list.
This is not possible, as there's no way to look up Twitter accounts via email address in the Twitter API.

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

Twitter Direct Message Quick Replies

How many quick replies can add in twitter direct message? And when can I use this quick reply feature in twitter? which API should I use for sending image in direct message for twitter?
Here you can find all the detail you need
https://dev.twitter.com/rest/direct-messages/quick-replies
if you choose option list then you can mention up to 20 Options in quick reply
https://dev.twitter.com/rest/reference/post/media/upload
Here you can find Media upload API detail,
after upload media you will get Media Id that id can be passed along with direct message.
https://dev.twitter.com/rest/direct-messages

Mandrill forward to a friend

How do I forward a page to a Friend in Mandrill API?
I have generated the newsletter html format to send mail through Mandrill and it is properly sent. But I want to forward a friend to in my newsletter html file.
Please help me.
Mandrill doesn't offer that feature. You can read more here
From their documentation:
The MailChimp |FORWARD| merge tag generates a link to an online form
where recipients can share your email with others. Since Mandrill
emails are generated and tracked individually, a web version isn't
provided automatically. To mimic the Forward to a Friend option in
Mandrill, you could create your own online version of the email, host
it on your website, and then give your recipients a way to share that
online version with friends (through a direct link or an online form).
Then you could track when people fill out the form or when they click
the link for the shared email.

How to send a message to friends inbox through fbconnect api or fbgraph api?

I want to ask that how to send message to a friend's inbox in Facebook through Facebook Connect API or Facebook graph API.
Thanks in advance.
You might want to use a send dialog. It works like the Feed Dialog (that will post to the wall) but it prompts the user to select one or more friends and sends the "post" to their inbox.
You can try it out here:
https://developers.facebook.com/docs/reference/dialogs/send/
It has an example with the JS SDK so it should be easy to follow.

Resources