Keap custom fields and tags via xml

I have a questions about what data can be retrieved from Keap using n8n.

  1. Custom fields in Contacts – Is it possible to extract them?
  2. Tags in Keap – Each contact has a list of tags, and these tags are applied at specific times. The Keap REST API does not return the date when each tag was applied. However, Keap’s XML API does allow retrieving the timestamp of when each tag was applied. So my question is: Can n8n make XML API requests to get this data, or does it only work with the REST API?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi

You can check what operations we can perform vis keap node here: Keap node documentation | n8n Docs

As for the XML API requests, not sure. We have an XML node but that’s for converting data, feel free to check it out!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.