How to generate a Discord Webhook for Clothing Purchases for a group?

Hi all,
Is it possible to create a Discord webhook that pings every time a user buys clothes from my clothing group?

Also, is it allowed to create a function that automatically changes the rank of a player after a certain pre-requisite? e.g., after a user purchases 5 clothes

Just need to know before starting so that I won’t encounter and TOS issues etc…

Thanks!

Is it possible to create a Discord webhook that pings every time a user buys clothes from my clothing group?

Yes, it is possible. But you’d have to use a webhook proxy in order to receive requests, since the https://discord.com/api/ URL does not work in ROBLOX. I’ve used a webhook called “lewisakura,” but unfortunately its’ service is no longer reliable.

There are modules such as ProxyService and WebhookService that allow you to post data to a webhook via HTTPService. I suggest you look into that.