mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Sanitize description in uProc node (#2776)
* 🔥 Sanitize link * 🔥 Shorten description
This commit is contained in:
@@ -74,7 +74,7 @@ export class UProc implements INodeType {
|
|||||||
displayName: 'Data Webhook',
|
displayName: 'Data Webhook',
|
||||||
name: 'dataWebhook',
|
name: 'dataWebhook',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: 'URL to send tool response when tool has resolved your request. You can create your own webhook at en <a href="https://beeceptor.com">Beeceptor</a>, <a href="https://www.integromat.com/">Integromat</a>, <a href="https://zapier.com/">Zapier</a> or <a href="https://n8n.io/">n8n</a>',
|
description: 'URL to send tool response when tool has resolved your request',
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user