mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(Slack Node): Add support for manually inputting a channel name (#5488)
This commit is contained in:
committed by
GitHub
parent
593b5d299a
commit
7954ed3cfb
@@ -59,7 +59,7 @@ export async function slackApiRequest(
|
||||
}'`,
|
||||
{
|
||||
description:
|
||||
'Hint: Upgrate to the Slack plan that includes the funcionality you want to use.',
|
||||
'Hint: Upgrade to a Slack plan that includes the functionality you want to use.',
|
||||
},
|
||||
);
|
||||
} else if (response.error === 'missing_scope') {
|
||||
|
||||
@@ -181,6 +181,12 @@ export const messageFields: INodeProperties[] = [
|
||||
],
|
||||
placeholder: 'C0122KQ70S7E',
|
||||
},
|
||||
{
|
||||
displayName: 'By Name',
|
||||
name: 'name',
|
||||
type: 'string',
|
||||
placeholder: '#general',
|
||||
},
|
||||
{
|
||||
displayName: 'By URL',
|
||||
name: 'url',
|
||||
|
||||
Reference in New Issue
Block a user