I would like to pull all data from my KEAP account

I would like to pull all data from my KEAP account. Including Tags of contacts, automations, percentage of email opens and clicks. Is there such a possibility?

Hi @HUGO_WL_Digital, welcome to the community!

In n8n’s Keap node, you would have the Get All operation for the supported resources:
image.

To fetch the tags for a contact you can use the Contact Tag resource.

If you want to fetch data not available through the respective n8n node you’d need to either consume Keap’s REST API directly through the HTTP Request node or raise a Feature Request to have the missing data added to the n8n node.