Hi All,
I’m looking to leverage the Zapier Workflow API to list all of the Zaps in our account, to allow us to keep our documentation around the existing automations up to date without relying on someone doing this manually.
I can see that it is possible to list all of the zaps in an account using the /v1/zaps endpoint (https://docs.zapier.com/powered-by-zapier/api-reference/zaps/get-zaps--v1]). What I am struggling with is how to make use of this API within a Zap. I’ve created a developer account and looked into setting up a custom app to achieve this, however I’m not convinced that this is the best approach.
Is this something that anyone else has attempted and had any luck with? Ideally, I would be able to retrieve a JSON object for each Zap in the account, which I could then loop through and extract the relevant data to be added into our documentation. I’ve seen mention of people exporting all of the data from an account, but this would require manually exporting and manipulating the data, which I am trying to avoid.
I’m hoping someone has had more luck with this than I have.
Thanks in advance for any help.