Keap Tag Applied node

Hi community and support team. I am having problem executing a KEAP ‘Contact Group Applied’ event which should pull data when a Contact in Keap CRM has a tag (or a ‘contact group’ as is called in Keap’s API) applied.

The node executes during testing but only returns two data points: eventKey and objectType

This should at least provide the Contact ID of the contact(s) that have a tag/contact group applied, so I can then GET the contact information in a subsequent node. But it does not. The output is limited.

image

Is this a small bug with this ‘Contact Group Applied’ event trigger? Or is there something else I need to understand?

Running cloud version [email protected] via Google Chrome.

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:

Hey @WrkplaceDigital,

Welcome to the community :cake:

Looking at the code for the node and the API docs for Keap if there is an ID being sent we should be displaying it: Rest Hook Documentation - Keap Developer Portal

Can you try enabling the raw data option and see if that changes anything?

Thank you @Jon. I swear I tried the Raw Data option the other day and it still didn’t pull the information. But it certainly has now :grinning:. Perhaps I did not test it properly. In another test this evening with Raw Data option enabled, I can now see Object Keys which includes the Contact ID in Keap. So thank you for response.

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