Has Twitter ever considered creating email alerts for new tweets that match a Boolean search query? Some companies already do provide some similar services but surprised this isn’t already built into Twitter or TweetDeck in some fashion already.
It’s not built in, but you can definitely build it yourself with the API. The search part would be Search Tweets introduction | Docs | Twitter Developer Platform but the email part you’d have to implement yourself.
1 Like
Hi Scott,
Like Igore already mentioned, it’s pretty straight forward to do this yourself with the API.
And like you said, many services already offer this, and some are even free (We do have this function in our free offering, up to a certain limit)
But if you want to roll up your sleeves and go with the API route, you can send the emails with a transactional email service (some of those have free tiers sendgrid, sparkpost etc)
Cheers,
Samir
1 Like
system
Closed
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.