We currently have multiple automations in n8n that rely on KEAP nodes, and I wanted to better understand the API usage per run.
Specifically, if we process a batch of 500 emails:
-
How many API requests are made by the “Get Many Contacts” node?
-
How many requests are made by the “Get Contact IDs” node and the “Create Contact Tag” node?
Overall, for a batch of 500 emails, what would be the total number of KEAP API requests generated across these three nodes combined?
We cannot use the http node to bulk fetch Many Contacts because it only outputs success: true, unlike the KEAP nodes that actually output the data.