slack-api Questions
4
I am trying to authenticate my app with Slack. It was working perfectly fine for a few days, but now it's throwing me an error
invalid_code
const requestBody = qs.stringify({
code: code,
redir...
Tierratiersten asked 23/10, 2019 at 10:10
2
Solved
I'm building a slack FAQ app that uses message reactions to gather the best answers to questions. My plan is to save any Slack messages with positive reactions by using the reaction_added event to ...
Kajdan asked 19/10, 2019 at 14:9
3
I am ideally looking for an API that returns all the messages posted(including replies) since a given timestamp.
conversations.history is supposed to be the one I should be using, but it does not r...
Grizzly asked 15/7, 2021 at 12:31
4
Is there a way to add a user/member to a list of a hundred or more (existing) slack channels automatically? Perhaps a slack bot, however, I am unable to find any examples of this that don't require...
Heres asked 18/3, 2021 at 7:48
9
I'm building a simple slack bot and I am playing with the checkboxes element.
When I return the following from my API in a JSON response to a slash-command I get an error failed with the error "in...
Testes asked 21/2, 2020 at 19:5
2
Solved
I'm building a Slack App feature with a modal and several inputs.
One of them is a static select with some options.
I would like to make it optionnal but it seems that there is no solution for that...
5
Solved
I want to send a Markdown table to Slack with its postMessage API, but I got raw content in Slack instead of a rendered table. Does Slack support Markdown tables? Ir is there any other way to prese...
8
According to Slack's documentation is only possible to send one file per time via API. The method is this: https://api.slack.com/methods/files.upload.
Using Slack's desktop and web applications we ...
6
Solved
I have a slack application that responds with formatted data in mrkdwn but it would be nice to have the information presented in table form like so
Am trying to implement this but cant quite fi...
Jacquelinjacqueline asked 23/11, 2019 at 10:53
6
I am integrating SNS and Slack. I have created a slack app with incoming webhook enabled. I have got the webhook URL. I created a subscription for a SNS Topic with HTTPS protocol and set the Endpoi...
Bimonthly asked 17/3, 2018 at 19:42
3
Solved
I am trying out the Slack's API using the incoming webhook feature, posting messages works flawlessly, but it doesn't seem to allow any file attachments.
Looking through I understand I have to use ...
2
I'm trying to make a workflow for my slack team where I have these steps (with workflow builder):
Starts when user clicks on the shortcut in a channel
Opens a form - we ask many questions, one que...
Knorr asked 19/4, 2023 at 19:19
3
I want to compose a python script which sends a color-formatted message to a configured slack channel. I managed to send sentences of plain texts to slack channels but I could not figure out how to...
3
Background
I am trying to use the slack bolt jdk along with the following dependencies:
// Slack bolt SDK
implementation("com.slack.api:bolt:1.8.1")
implementation("com.slack.api:...
Punak asked 22/7, 2021 at 9:57
2
Using the Slack events API, what is the equivalent event to team_join for when a user leaves, or is removed from a team?
My app needs to know when users leave or are removed from a Slack team so i...
3
let say I have two chrome user, one of them is logged in with my work account and another one is logged as my personal account.
I logged in my GitHub/StackOverflow etc accounts with my person...
Griffon asked 2/8, 2020 at 16:47
8
I have went through creating the custom slash command configuration via slack and installed it on workspace. However when I run it I get this
/testing failed with the error "dispatch_failed&qu...
Klapp asked 31/8, 2020 at 5:12
2
I just finished creating my first slack bot in my dev slack team using the Microsoft bot framework. Now I would like to add the bot to another team for testing. My bot is not going to be for public...
2
In Slack you're able to post as a user in a code block like in Stackoverflow
like so
As a posting user, you're able to do this by typing "```" it then changes your input box to one forma...
Electrojet asked 6/4, 2021 at 10:7
5
Solved
How is it possible to send message in slack directly to the user, by user.id as application.
this application has scope: bot,channels:write,emoji:read,users:read,users:read.email
I find how to s...
1
CONTEXT: Read Reddit thread here
This Slack integration with Google Calendar is sunsetting on March 1, 2023 and there are currently no alternatives
https://slack.com/help/articles/360047938054-Goog...
Lactescent asked 22/2, 2023 at 20:43
3
Solved
I've been trying to get a list of all "groups" in my Slack team. However, even with admin privs, groups.list only provides the groups that the token owner's account belongs to.
The closest solutio...
11
Solved
We are trying to setup deep linking into slack, as described here:
https://api.slack.com/docs/deep-linking
The document states that to open a specific team, the following URL should be used:
s...
3
Solved
I want to subscribe to Slack Events API for any message posted in a slack channel. These are the following steps I took as given in Slack Event API documentations.
I created a slack app with foll...
7
Solved
This iTunes URL will open The Hitchhiker's Guide to the Galaxy in your iTunes:
itmss://itunes.apple.com/us/audiobook/hitchhikers-guide-to-galaxy/id315596797
This Spotify URL will open ALL by t...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.