Skip to content

Instantly share code, notes, and snippets.

@nolleto
Last active November 23, 2023 20:19
Show Gist options
  • Save nolleto/0c4078a1b8883e7dae2f34120d1b74f0 to your computer and use it in GitHub Desktop.
Save nolleto/0c4078a1b8883e7dae2f34120d1b74f0 to your computer and use it in GitHub Desktop.
This a tutorial how to send a slack message to yourself... for debugging
  1. Go to "Your Apps" page at https://api.slack.com/apps

  2. Click on "Create New App" button

  3. On the modal, click on "From scratch" to create a new app from scratch

  4. In the "App Name" you can put any name in your app and in "Pick a workspace to develop your app in:" choose a workspace were you want to receive the messages.

image

  1. Go to "Incoming Webhooks" and enabled it.

image

  1. Go to bottom and click on "Add New Webhook to Workspace"

image

  1. Grant access to the workspace and select the channel that you want receive the messages. Here you can select yourself.

  2. Now, you can use the hook url in your app to send messages to yourself 🚀

Screen Shot 2022-03-08 at 14 49 59

This hook was already removed so, don't even try to use it 😛

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment