We’re working to pull in external data from various systems via API; specifically Workday.
We’ve tried the Workday connector but that doesn’t seem to be working correctly AND there’s no way to connect to Reports.
We’re able to setup the connection + webhook, and we can see the response, but 2 challenges:
When we try and set Parameters to store the request response, it throws an error. Not a blocker because we can store the whole response, but still a big (note: the response is quite large, so the auto feature doesn’t work for this report.
The bigger problem is we can’t figure out how to have this API (or Webhook) consume those API responses in Pipeline Builder.
I know we can build a Notebook to do all this, but I really want to avoid that if possible.
Implement the necessary functionality to query your API, consume the response as needed, and return the data needed in your pipeline. For more information on using Source’s in Python environments see our external-systems library documentation