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
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?
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.