#village-event-webhook
1 messages · Page 1 of 1 (latest)
@rugged meadow you have to "cause" them. For example if you create a new customer it will fire customer.created
Did i misunderstand this? I read that to mean i can push a button to fire off "fake" events.
The last sentence is what im pointing to.
Ah yeah that sentence is incorrect, sorry
It is from https://stripe.com/docs/webhooks/quickstart
What is the simplest/easiest way to fire off hook events from dashboard without creating tons of trash data? One example is you said creating customers, but id rather not create 50 customer to fire off 50 hook events.
there isn't an alternative.
Like something i can create one of, then do something to that one object to fire off events. Like changing a value of something.
For example; Is there an event for updating description of a product?
product.updated
really the easiest is to just play with Test mode, that's your best option. You can delete test data afterwards
Thanks, that worked. Done with this thread.