mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
docs: Add notice to TheHive triggers to highlight manual steps (#8051)
This commit is contained in:
@@ -29,7 +29,16 @@ export class TheHiveTrigger implements INodeType {
|
||||
path: 'webhook',
|
||||
},
|
||||
],
|
||||
properties: [...eventsDescription],
|
||||
properties: [
|
||||
{
|
||||
displayName:
|
||||
'You must set up the webhook in TheHive — instructions <a href="https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.thehivetrigger/#configure-a-webhook-in-thehive" target="_blank">here</a>',
|
||||
name: 'notice',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
},
|
||||
...eventsDescription,
|
||||
],
|
||||
};
|
||||
|
||||
webhookMethods = {
|
||||
|
||||
Reference in New Issue
Block a user