MonitoRSS
  • Welcome to v6.0.0
  • Setting Up (Self Hosting)
    • Bot
    • Web Interface
      • Setting up HTTPS
    • Docker
    • Existing Bot/NPM
    • Process Managers
    • Staying Updated
  • Configuration
    • Bot Config
      • Schedules
    • Web Interface Config
    • Environment Variables
    • Discord Commands
    • MongoDB vs Databaseless
  • Bot Customizations
    • Placeholders
    • Text
    • Embed
    • Filters
      • Regular
      • Regex
    • Subscribers
    • Dates and Timezone
    • Webhooks
  • Advanced Bot Customizations
    • Custom Comparisons
    • Filtered Message Formats
    • Custom Regex Placeholders
  • More Info
    • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. Bot Customizations

Webhooks

PreviousDates and TimezoneNextCustom Comparisons

Last updated 1 year ago

Was this helpful?

This documentation site is deprecated. Please visit the control panel at for all up-to-date functionality

Webhooks are basically custom bots anyone can create within 10 seconds with a custom avatar and username that the bot can redirect feed articles to so the bot won't be directly be sending messages! An example of what it can do:

Note that webhooks can only operate in the channel they are authorized to. Each webhook is specific to a particular feed. To first add a webhook:

  1. Go to the feed's Discord channel, and Edit Channel

  2. Click Webhooks

  3. Create a new one.

Then to integrate this webhook with the bot, use the command webhook in the same channel.

Parameters can be added to webhook as --username="my custom name" and/or --avatar="my avatar URL" to change the username/avatar of the webhook for that particular feed. Placeholders are also accepted here!

If you change the name or avatar of the webhook, the bot will not see the changes unless you use the command webhook and overwrite the old one in memory, or restart the bot.

Format

Feed
{
    "webhook": {
        "id": "123",
        "name": "some name",
        "avatar": "https://www.website.com/image.jpg"
    }
}
https://monitorss.xyz
Webhook Example