Skip to main content
0 votes
0 answers
56 views

I'm struggling to troubleshoot this issue. I have a Slack+N8n setup, correctly configured to receive payloads through the Request URL configured on Slack under the Interactivity page. As long as I ...
Chobeat's user avatar
  • 3,515
Advice
0 votes
1 replies
36 views

I'm writing a slackbot using bolt_python which consists of writing functions that are called during events. Multiple of the events I want to respond to use the same data that I get from an external ...
pileofrogs's user avatar
0 votes
0 answers
36 views

I'm trying to migrate from the deprecated files.upload API to the new Slack upload flow using files.getUploadURLExternal. According to the documentation, the request should include a filename and ...
GM_1's user avatar
  • 75
0 votes
0 answers
22 views

I have recently started exploring Slack’s Task Tracker and Workflows features. While testing, I found that some automations I’d like to implement aren’t possible with Slack Workflows alone, so I ...
manther's user avatar
-4 votes
1 answer
63 views

I'm trying to use the slack-ruby-client gem. Ive made a Slack app and have all the client id, secret, etc. But i cant work out what i am supposed to do with them. In that gem it has the following: ...
Max Williams's user avatar
0 votes
0 answers
44 views

I'm using the Slack Poster gem to send messages to a Slack channel via a webhook. I can send a message like so, and it comes through fine: string = "Here is your attachment" poster = Slack::...
Max Williams's user avatar
0 votes
1 answer
98 views

Using the ts of a Slack message (e.g. 1234567890.123456), how can I know if that message is reply in a thread or a regular message in a channel? If if is in a thread, I want to reply to the thread. ...
Marco Roy's user avatar
  • 5,513
0 votes
0 answers
52 views

So I am trying to create a slack bot to help us out with on call. Trying to get the events setup but when I try to enable, I am getting the error that I didn't respond with the value of the challenge ...
Adam Martinek's user avatar
0 votes
0 answers
57 views

I'm trying to join a public Slack channel that I'm not currently in via the Slack API. Using the conversations.join method. The request appears to run fine, returns a 200 with a success and metadata ...
m4nw17h4pl4n's user avatar
0 votes
0 answers
49 views

I am trying to post a table to a slack canvas page, with cells that contain hyperlinked text (simple status report), btu I can't get the content formatted properly for the canvases_edit call. I post ...
swv's user avatar
  • 799
0 votes
0 answers
74 views

I'm trying to connect a request from the Slack Event API with a Google Apps Script Web App. I've set up and deployed a minimal Google Apps Script Web App with a doPost() method like this: function ...
gris_martin's user avatar
0 votes
0 answers
65 views

I have created a custom slack app that should be triggered when a message is posted in a particular group. It has a custom workflow, a custom function and a trigger itself. When I am trying to send a ...
Hardik Pachory's user avatar
0 votes
0 answers
26 views

I've created a Routine Agent that is supposed to route users to other Routine Agents through conditional actions. All the Routine Agents are built in the same space as the main agent. So the main ...
Brenda Köhler's user avatar
-5 votes
1 answer
188 views

I'm trying to use the Slack API to mention/tag a user in a canvas so others can click the name to reach out (open profile or DM). Manually typing @UserName in the canvas UI works, creating a clickable ...
Myron King's user avatar
0 votes
0 answers
80 views

I'm trying to send a message to Slack using Python and the slack_sdk library, but I'm getting an import error. from slack_sdk import WebClient from slack_sdk.errors import SlackApiError The IDE (VS ...
ALopes's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
195