Adding custom text to pings

$monitor attachkw

🧩 Adding Custom Text to Pings

$monitor attachkw

Attach custom text to specific product URLs by keyword (usually SKU).

πŸ“Œ Usage

$monitor attachkw
$monitor attachkw {kw} {text}

πŸ“ Description

Moonitor supports attaching custom text to specific products. This is useful for:

  • Highlighting important info

  • Tagging deals

  • Categorizing alerts

You can use any part of the product URL as the keyword, but we recommend using the SKU for consistency.


βœ… Example

If the product URL is:

https://www.walmart.com/ip/moonitor/21849182

You can attach text to it by using the SKU (21849182) like so:

$monitor attachkw 21849182 text example

Now, whenever a product with 21849182 in the URL is pinged, it will include:

text example


❌ Removing a Keyword

$monitor removekw {kw}

To remove a keyword and stop attaching custom text:

$monitor removekw 21849182

This will remove the custom text associated with that keyword.


πŸ“‹ Viewing All Attached Keywords

$monitor showkw

Shows all currently attached keywords and their associated custom text.

πŸ“Œ Usage

$monitor showkw

This will return a list like:

β€’ `21849182` β†’ text example  
β€’ `nike123` β†’ back in stock alert  
β€’ `clearance` β†’ πŸ”₯ Clearance item!

If there are too many to fit in one message, they will be split into multiple messages automatically.

Last updated

Was this helpful?