docs: Add notice to TheHive triggers to highlight manual steps (#8051)

This commit is contained in:
Jon 2023-12-21 08:40:37 +00:00 committed by GitHub
parent edfa78414d
commit 6580b927b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View file

@ -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 = {

View file

@ -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',