mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -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',
|
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 = {
|
webhookMethods = {
|
||||||
|
|
|
@ -31,6 +31,13 @@ export class TheHiveProjectTrigger implements INodeType {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
properties: [
|
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',
|
displayName: 'Events',
|
||||||
name: 'events',
|
name: 'events',
|
||||||
|
|
Loading…
Reference in a new issue