Jamesvan_der_Wa
2 years agoQrew Trainee
Search recorrds then send it as json array to API url
Using a quickbase pipeline I want to schedule a task that will search for all order records that were updated in the last 24h, then create json object with an array of all the orders in question. This json object should then be sent via a API call to that accepts a list of orders in json form. How would I setup this pipeline in quickbase
Steps how I see it
- Search for the orders I want (filtered)
- Iterate through the records found and insert them into a json object
- Step a webhook referencing the external API that takes the json object constructed into the body
- External API to receive the json array for processing
Any idea how I should do this?
Thanks for the help
------------------------------
James van der Walt
------------------------------