diff --git a/packages/nodes-base/nodes/Slack/V2/MessageDescription.ts b/packages/nodes-base/nodes/Slack/V2/MessageDescription.ts index 837a53c26f..3100b258f5 100644 --- a/packages/nodes-base/nodes/Slack/V2/MessageDescription.ts +++ b/packages/nodes-base/nodes/Slack/V2/MessageDescription.ts @@ -983,7 +983,30 @@ export const messageFields: INodeProperties[] = [ }, ], }, - + { + displayName: 'Options', + name: 'otherOptions', + type: 'collection', + displayOptions: { + show: { + operation: ['update'], + resource: ['message'], + }, + }, + default: {}, + description: 'Other options to set', + placeholder: 'Add option', + options: [ + { + displayName: 'Include Link to Workflow', + name: 'includeLinkToWorkflow', + type: 'boolean', + default: true, + description: + 'Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending Slack messages.', + }, + ], + }, /* ----------------------------------------------------------------------- */ /* message:delete /* ----------------------------------------------------------------------- */