Top "Slack-api" questions

Slack is a real-time messaging, archiving and search tool for modern teams.

Slack clean all messages (~8K) in a channel

We currently have a Slack channel with ~8K messages all comes from Jenkins integration. Is there any programmatic way to …

slack-api slack
Slack URL to open a channel from browser

This iTunes URL will open The Hitchhiker's Guide to the Galaxy in your iTunes: itmss://itunes.apple.com/us/audiobook/…

url slack-api slack
What is the simplest way to find a slack team ID and a channel ID?

We are trying to setup deep linking into slack, as described here: https://api.slack.com/docs/deep-linking The document …

html slack-api slack
Schedule a message in Slack

I need to send a message in slack at a time set in advance. Is there a way to do …

slack-api slack
How do I jump to a specific date in history or the oldest message in a Slack channel in the desktop app?

My specific question is how to do this in the Slack desktop app, but I wouldn't mind settling for a …

slack-api slack
Slack Markdown for Links Are Not Resolving

What am I doing wrong? None of the example Markdown links work so far in my Slack app. I pasted …

markdown slack-api slack
Slack webhook html table

I have a HTML table that I am trying to post to Slack via webhook. Is there a way to …

webhooks slack-api slack
Slack: Retrieve all messages

I want to retrieve all the messages that were sent in my teams slack domain. Although, I'd prefer that the …

slack-api
Sending JSON to Slack in a HTTP POST request

I'm trying to send a message using Slack's chat.postMessage API call. I have no problems encoding my test messages …

json api slack-api
Can we send message to user in slack using python script?

In a slack team, can we send a message to a user using python? I have seen various APIs, they …

python python-3.x slack-api slack