Skip to main content

Learn how to use our Discord bot to start monitoring products.

Target

Additional Info
  • Webhook:[OPTIONAL] → If a webhook URL is NOT provided, the bot will automatically generate a webhook where in the channel where the command was ran.
  • On Target, TCINs are SKUs and are interchangable.
  • Note on Discord formatting: When you copy a command from Discord, it serializes fields in an option:value format (e.g.,/target add tcin tcin:94300067), even though normally you’d just run /target add tcin 94300067.
    For clarity and consistency, these docs display commands in the Discord format.

Add monitors for Target

Monitor without a filter

/target add unfiltered webhook:[OPTIONAL]
Monitors every product across all of Target.

Monitor a specific TCIN

/target add tcin:<tcin> webhook:[OPTIONAL]
Adds the specified TCIN to monitoring.

Monitor with a filter

/target add filtered:<filter> webhook:[OPTIONAL]
Adds a filter that matches keywords in the product’s title and URL.

Remove monitors for Target

Stop monitoring without a filter

/target remove unfiltered webhook:[OPTIONAL]
Stops monitoring all Target products.

Stop monitoring a TCIN

/target remove tcin:<tcin> webhook:[OPTIONAL]
Stops monitoring the specified TCIN.

Stop monitoring with a filter

/target remove filtered:<filter> webhook:[OPTIONAL]
Stops monitoring products that match the specified filter.

Parameters

TCIN
string
required
A Target TCIN used for identifying a certain product for monitoring.
filter
string
required
Keyword(s) checked against the product title and URL.
  • Use + to explicitly include a keyword, or - to exclude it.
    If no prefix is provided, keywords are treated as include by default.
    • This applies to both the add filtered and remove filtered commands.
  • Add multiple keywords at once by chaining them together, e.g. +item1 +item2 -item3.
  • For example: +shirt +t-shirt -pants -shoes will only ping products that include shirt/t-shirt and ignores anything with pants/shoes.
webhook
string
(Optional) If not provided, a webhook will be generated automatically in the channel where the command is run.
Examples
  • /target add unfiltered webhook:https://discord.com/api/webhooks/12312312 → Sets up unfiltered Target monitoring at the designated webhook.
  • /target remove filtered filter:Labubu → Deletes the Labubu filter monitor from this channel only; other channels using the same filter are unaffected.
  • /target add tcin tcin:94300067 → Sets up monitoring for TCIN 94300067. A webhook is automatically created in the channel where the command was run.