#nerder_webhooks
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1235254252172083270
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Unfortunately I don't think we have anything built in for this. One way to impliment this would be setting metadata when creating prices via the API and then checking for that metadata in the place that you need to differentiate
Ok, that was my second idea but I wanted to confirm first in case I missed something
Since we are here then, price.deletedwill be fired when a price gets archived as well?
I can't find a price.arachived webhook event
Yep, deleted is the event for a price being archived. You can archvie a price in test mode to see that event in action. It is unfortunate that our naming scheme isn't consistent there
Of course, happy to help!
@polar cliff My apologies, I was wrong here. We send a price.updated event with active set to false when you archive a Price. price.deleted is for actual deletions.
Ahh!