Get alert when keyword mention on Twitter

Hi all

Is it possible to get an alert sent to my discord or slack when a particular keyword or phrase is mentioned on twitter? That is, the automation is triggered by that keyword or phrase. What twitter module will this be. Thank you

Hello @Ruby_Joy nice to meet you.

  1. I think you can try it with Make API Call module. Here you have some documentation GET /2/tweets/search/stream | Docs | Twitter Developer Platform

  2. This is not instant trigger, but you can use Watch Tweets module and after the module you can set a filter where the condition is: if Text contains(case-insensitive) “keyword/phrase” then it goes forward and sends you a message on discord or slack.


image

Don’t hesitate to contact us if you require further assistance.

//VLAD

1 Like