Forum Discussion

VinyaVeeraragha's avatar
VinyaVeeraragha
Qrew Member
4 days ago

Fetch JSON from incoming request

I'm building a Quickbase Pipeline that triggers on an incoming webhook request containing a JSON array. I want to loop through each record in that array and create a new entry in a Webhook table. What would be the correct JSON URL format for accessing the incoming request data via the webhook?

1 Reply

  • Mez's avatar
    Mez
    Qrew Captain

    Have you also looked at the JSON Handler channel? Once you fetch the json, the built-in iterate step can be used to look through each record in the response.