Apollo modules and field limitations

I’m just trying to dump my Apollo contacts to a google sheet (bulk add rows) on a regular schedule. Easy with the List Contacts module, only things is some important fields aren’t available in either List Contacts or List Accounts modules. “Industry” being the most important to me, “List name/ID” would be helpful too since my whole system is based on lists, but I found an awkward way around this.

Are there any plans to expand the fields in these modules, seems “Industry” would be a very basic/popular need.

After searching a lot, chatGPT, etc, still wrestling with the API call module/Http module - seems this is going to be beyond my skill set for now. Sorry. Is there a template for this or any plans to improve the existing modules?

Hi @manager and welcome to the Make Community!

It looks like you would need to make a feature request to enhance the module.

If not, you can use the Make an API Call Apollo module and get the organization information as explained here:

I don’t have an Apollo account so I can’t test it. But normally, you should only need to provide the URL with the organization ID (https://api.apollo.io/api/v1/organizations/{id}).

The result should be the same as you have now but witht he industry information and whatever else is in the response.

L