mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
docs: Add notice to TheHive triggers to highlight manual steps (#8051)
This commit is contained in:
parent
edfa78414d
commit
6580b927b3
|
@ -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 = {
|
||||
|
|
|
@ -31,6 +31,13 @@ export class TheHiveProjectTrigger implements INodeType {
|
|||
},
|
||||
],
|
||||
properties: [
|
||||
{
|
||||
displayName:
|
||||
'You must set up the webhook in TheHive — instructions <a href="https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.thehive5trigger/#configure-a-webhook-in-thehive" target="_blank">here</a>',
|
||||
name: 'notice',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Events',
|
||||
name: 'events',
|
||||
|
|
Loading…
Reference in a new issue