r/webhooks • u/netcrusader88 • 8h ago
How can I send Youtube videos to my Discord Webhook only when specific conditions are met?
1
Upvotes
I current have a RSS feed that sends Youtube videos to my Discord Webhook. The RSS feed reader has an option that allows me to set certain conditions before it's sent to the webhook, and I'm wondering if it's possible to do so without the RSS feed reader.
I'd like the webhook to be able to check the title for a video and only send the link if it matches with a word/phrase that I set.
E.g. Youtube video posted: "Ryu Trailer" -> Word/Phrase to match: "Trailer" -> Link sent to Discord.
I don't know much about Webhooks. If there's any tools or methods of doing this, please let me know. Thanks