Getting started
3rd Party App Intergration
Slack Credentials
13 min
a slack webhook is a unique url provided by slack that allows external applications or automation workflows to send messages directly into a slack channel steps to create slack webhook url sign in to slack open slack and log in with your workspace credentials go to app integrations in slack, click on your workspace name (top left) navigate to tools & settings → manage apps or directly visit slack api – apps click build to create a new app click create an app choose from scratch provide an app name and select your workspace enable incoming webhooks from the left sidebar, go to incoming webhooks switch activate incoming webhooks to on create a webhook url click add new webhook to workspace select the channel where messages should be posted authorize the app copy the webhook url (it looks like https //hooks slack com/services/t00000000/b00000000/xxxxxxxxxxxxxxxxxxxxxxxx ```) configure in the webhook node add a slack webhook node in the credentials section , paste the webhook url you copied save the credentials important notes security treat your webhook url like a password anyone with this url can post messages to your slack channel channel restrictions each webhook is tied to the channel you selected during creation if you want to post to multiple channels, create separate webhooks