#wilma - checkout success event

1 messages · Page 1 of 1 (latest)

jovial lion
harsh thorn
#

I get it now.

#

Your developer tools are insane.

jovial lion
#

I hope you mean in good way 😬

harsh thorn
#

for sho

#

Do you recommend having /webhook as an endpoint and then filter based on the content?

#

Or set up different endpoints for different events?

jovial lion
#

You can use any path that you like, and typically you'll filter primarily on the event type. We suggest only setting up your endpoint to receive events you need to conduct your business (Rather than oversubscribing to many events you don't need and don't use).

harsh thorn
#

Yeah

jovial lion
#

One endpoint, typically, then switch the logic based on type yea

harsh thorn
#

Cool, so /webhook and then listen for `typez

#

type

#

Thx

jovial lion
#

NP!