Hi n8n community !
I am coming here because I’m facing an issue I can’t manage to solve by myself.
Issue description
The node ‘TheHive Trigger’, which is supposed to execute when some webhooks are fired, is not reliable.
Here is the node I’m talking about :
Indeed, when I put ‘*’ as Event Types, which is supposed to trigger for all events, it doesn’t execute
What I tried
The workflow doesn’t execute when an event is supposed to arrive in n8n.
The workflow isn’t appearing in executions, even if it’s set to “active”.
I thought it might not be displayed on executions but still work, so I tried to ping a URL in the workflow. The URL is never accessed from my workflow :
Hi @Gwendal, I am sorry to hear you’re having trouble. Does this node work for specific events for you and just fails when using the wild card option? Or is not working regardless of the event type you select?
If it’s the latter, could you check whether your webhook URLs are correct and are reachable from your TheHive instance? When manually executing the trigger node or activating your workflow, n8n would register a webhook with TheHive, which doesn’t seem to arrive in your case.
It might also be worth checking if TheHive has any logs that help understand what exactly fails for you. Unfortunately, the respective section in their documentation seems blank so I am not quite sure if such logs exist in the first place
Hm, not sure why it would sometimes work - this would typically suggest a network problem if some webhooks arrive and others don’t. At this stage you might want to check in the source system (TheHive) what happened with each webhook sent to the trigger URL provided by n8n.