feat(Slack Node): Add support for manually inputting a channel name (#5488)

This commit is contained in:
Jonathan Bennetts 2023-02-16 10:45:03 +00:00 committed by GitHub
parent 593b5d299a
commit 7954ed3cfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -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') {

View file

@ -181,6 +181,12 @@ export const messageFields: INodeProperties[] = [
],
placeholder: 'C0122KQ70S7E',
},
{
displayName: 'By Name',
name: 'name',
type: 'string',
placeholder: '#general',
},
{
displayName: 'By URL',
name: 'url',