...
- In Workflow Editing Mode, click the + icon after the step that should post data to your database.
- Select Add web-hook (HTTP POST)
- Enter the Database URL for the query that contains your create statement, e.g. http://localhost:8082/database/products/allProducts. Be sure to check the Data checkbox. Click Submit.
...