slack-api-docs icon indicating copy to clipboard operation
slack-api-docs copied to clipboard

API Docs for Slack.com

Results 56 slack-api-docs issues
Sort by recently updated
recently updated
newest added

In the documentation for the file object a timestamp is given as an integer ``` "timestamp" : 1356032811, ``` but in many other places, different timestamps are given as strings....

According to #28, the `/api/emoji.add` endpoint only works with tokens of type `xoxs`. It would be super cool if we could use it with `xoxb` tokens!

I was examining your "Incoming Webhooks" documentation, because I'm interested in automating a post to a channel, followed by threading automated replies. I was having a look here: https://api.slack.com/incoming-webhooks#threads The...

Hey 👋 I have an action where I list all items using blocks. [Here's an example](https://api.slack.com/tools/block-kit-builder?mode=message&blocks=%5B%7B%22type%22%3A%22section%22%2C%22text%22%3A%7B%22type%22%3A%22mrkdwn%22%2C%22text%22%3A%22*Item%201*%22%7D%2C%22accessory%22%3A%7B%22type%22%3A%22overflow%22%2C%22options%22%3A%5B%7B%22text%22%3A%7B%22type%22%3A%22plain_text%22%2C%22text%22%3A%22Use%22%2C%22emoji%22%3Atrue%7D%2C%22value%22%3A%22use_1%22%7D%2C%7B%22text%22%3A%7B%22type%22%3A%22plain_text%22%2C%22text%22%3A%22Edit%22%2C%22emoji%22%3Atrue%7D%2C%22value%22%3A%22edit_1%22%7D%2C%7B%22text%22%3A%7B%22type%22%3A%22plain_text%22%2C%22text%22%3A%22Remove%22%2C%22emoji%22%3Atrue%7D%2C%22value%22%3A%22remove_1%22%7D%5D%7D%7D%2C%7B%22type%22%3A%22divider%22%7D%2C%7B%22type%22%3A%22section%22%2C%22text%22%3A%7B%22type%22%3A%22mrkdwn%22%2C%22text%22%3A%22*Item%202*%22%7D%2C%22accessory%22%3A%7B%22type%22%3A%22overflow%22%2C%22options%22%3A%5B%7B%22text%22%3A%7B%22type%22%3A%22plain_text%22%2C%22text%22%3A%22Use%22%2C%22emoji%22%3Atrue%7D%2C%22value%22%3A%22use_2%22%7D%2C%7B%22text%22%3A%7B%22type%22%3A%22plain_text%22%2C%22text%22%3A%22Edit%22%2C%22emoji%22%3Atrue%7D%2C%22value%22%3A%22edit_2%22%7D%2C%7B%22text%22%3A%7B%22type%22%3A%22plain_text%22%2C%22text%22%3A%22Remove%22%2C%22emoji%22%3Atrue%7D%2C%22value%22%3A%22remove_2%22%7D%5D%7D%7D%2C%7B%22type%22%3A%22divider%22%7D%2C%7B%22type%22%3A%22section%22%2C%22text%22%3A%7B%22type%22%3A%22mrkdwn%22%2C%22text%22%3A%22*Item%203*%22%7D%2C%22accessory%22%3A%7B%22type%22%3A%22overflow%22%2C%22options%22%3A%5B%7B%22text%22%3A%7B%22type%22%3A%22plain_text%22%2C%22text%22%3A%22Use%22%2C%22emoji%22%3Atrue%7D%2C%22value%22%3A%22use_3%22%7D%2C%7B%22text%22%3A%7B%22type%22%3A%22plain_text%22%2C%22text%22%3A%22Edit%22%2C%22emoji%22%3Atrue%7D%2C%22value%22%3A%22edit_3%22%7D%2C%7B%22text%22%3A%7B%22type%22%3A%22plain_text%22%2C%22text%22%3A%22Remove%22%2C%22emoji%22%3Atrue%7D%2C%22value%22%3A%22remove_3%22%7D%5D%7D%7D%5D). The overflow menu has a "Remove" action. I'd like to add a confirmation for...

Hi Team, We were exploring how we can parameterize request URLs from the Slack end before the request is transmitted to our services. As the feature is unavailable, can we...

Hello, I am calling [dnd.setSnooze](https://api.slack.com/methods/dnd.setSnooze) with argument `is_indefinite: true` (+ user token that has `dnd:write` scope enabled), and although I'm not getting any errors, the response has `snooze_enabled: false` which...

👋 It seems that this repository is outdated and is used to populate unofficial (outdated) client-sdk's for languages that are not maintained by Slack itself. Can we mark this repository...

The [reaction_added](https://api.slack.com/events/reaction_added) `event_ts` can be less than the `item.ts` in the fractional part for reactions added

I am working on a bot to auto reply to posts in a channel, schedule a message to bump the thread in the future, and delete those scheduled replies if...