#village-event-webhook

1 messages · Page 1 of 1 (latest)

formal spade
#

@rugged meadow you have to "cause" them. For example if you create a new customer it will fire customer.created

rugged meadow
#

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.

formal spade
#

Ah yeah that sentence is incorrect, sorry

rugged meadow
#

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.

formal spade
#

there isn't an alternative.

rugged meadow
#

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?

formal spade
#

product.updated

#

really the easiest is to just play with Test mode, that's your best option. You can delete test data afterwards

rugged meadow
#

Thanks, that worked. Done with this thread.