Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Hello World" Webhook Example needed for Newcomers #23

Open
timothydilbert opened this issue Mar 21, 2023 · 1 comment
Open

"Hello World" Webhook Example needed for Newcomers #23

timothydilbert opened this issue Mar 21, 2023 · 1 comment

Comments

@timothydilbert
Copy link

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
Copy link
Contributor

lhein commented Jun 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants