Skip to content

Http trigger Link? #1305

Discussion options

You must be logged in to vote

Hey @SudgeFunday! To obtain the endpoint that triggers your functions, you can utilize Webhooks. Webhooks serve as a means to process incoming events from external services, enabling you to receive notifications about changes in your system. By employing the Webhook Parser, you can create a function that handles the incoming request, processes it, and optionally returns an object. This object can automatically add a new row to your database. Alternatively, you can write to any location in your database by utilizing the db parameter or ref to directly reference the collection in your table.

Webhooks Rowy Docs: https://docs.rowy.io/webhooks

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BeeBombshell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants