#ronnysteelman_webhooks

1 messages ¡ Page 1 of 1 (latest)

mental pantherBOT
#

👋 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/1352370940675096718

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

pine shoal
gloomy sail
#

More context: Entitlements/Product Features seems like the best for what I want. I have a Standard tier with 5 seats and 10 rate cards...if I do it in code, or as Product metadata, how would I keep track of legacy subscribers if we decided to drop the standard to 3 seats?

The only thing I can think of is to use Product Features because Entitlements would persist through the subscription/renewal period.

If that is the right way, I don't see a way to have Featuires and Product Features sync via webhooks

gloomy sail
#

But how do I get a webhook event for all of my active features, and the products they are related to?

pine shoal
#

Ah as in all features assosciated with products, and you are looking for how to listen for new feature IDs and such as they are created?

#

Or something else?

gloomy sail
#

Yes; I create new features...how do I listen for the creation of those features?

Then, I associate a feature with a product...how do I listen to an event that shows that feature was associated to a product?

The API has a Features api and a Product Features API. But that is a request...is there a webhook?

pine shoal
#

I am not seeing any events emitted when I create or associate product features on my account either. Will double check, but we may actually not have events for this.

gloomy sail
#

Okay - I was hoping I was just overlooking the functionality, but I didn't see it either

pine shoal
#

Yeah I am not seeing anything. I can file a feature request for this but can't guarantee if or when this may be added.

gloomy sail
#

Thank you. That would be great and in the meantime I'll see if I can do something with the API to imitate a Webhook

pine shoal
#

Yep, that makes sense to me.