KaotoIO / kaoto.io

Website for Kaoto.
https://kaoto.io
MIT License
4 stars 8 forks source link

"Hello World" Webhook Example needed for Newcomers #23

Open timothydilbert opened 1 year ago

timothydilbert commented 1 year ago

Most SaaS integrations are based on JSON webhooks.

We need a "Hello World" example where a newcomer can create a webhook that accepts a JSON payload, extract a JSON property from the body, and write that property to a database. The example needs to include if/else conditions to show how to add basic business logic.

lhein commented 3 weeks ago

Good idea. Meanwhile you could check out https://github.com/KaotoIO/kaoto-examples. We have examples there for database access.