Keap trigger

When I add an opportunity to the Keap pipeline, it does not return a JSON to the workflow, I also tried to add the event that when it moves in the pipeline it executes, but also without success, the credential is correct, I can create leads in there, just I tested this part and it didn’t work

Describe the problem/error/question

When I add an opportunity to the Keap pipeline, it does not return a JSON to the workflow

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: PostgreSQL):
  • n8n EXECUTIONS_PROCESS setting (default: main):
  • Running n8n via (Docker):
  • **Operating system: Debian 11 **

Hey @htnrodrigues,

My first though is maybe Keap isn’t able to reach your n8n server, If you expand the webhook URLs part of the node does it say http://localhost/ or does it say https://n8n.yourdomain.com?

Hi @Jon,

It stays with my domain, but in the add lead event it works normally.

image

Hey @htnrodrigues,

That is interesting, I did just take a quick look to see if maybe we have the event name wrong but it looks like we get the events from Keap.

Does Keap log anything for the webhooks? It may be worth reaching out to them to find out if they have any information on their side as I would say if one event type works and another doesn’t your n8n configuration is going to be good. It could be that opportunity add event is slow to be triggered.