Skip to main content

Questions tagged [slack]

Slack is a proprietary cloud-based team collaboration tool.

0 votes
0 answers
28 views

read slack messages using python

I need to read historic messages from a Slack channel using python. I followed How read slack channel messages using python-slackclient and have: import os import slack client = slack.WebClient(token=...
frank's user avatar
  • 3,446
0 votes
0 answers
13 views

Get a list of slack channels that a given user have posting rights to

The conversations.list Slack API returns all the channels that a user can visit. However, how can I get list of channels that a given user has posting access to ? Tried the 'types' param in this api: ...
Amar's user avatar
  • 12k
1 vote
0 answers
34 views

How to Send AWS Chatbot Notifications Only to Slack Thread Without Posting in Channel?

I am using AWS chatbot and want to group similar messages in a thread. like this: aws sns publish --topic-arn "${AWS_SNS_TOPIC_ARN}" --message '{ "version": "1.0",...
Mojtaba Kamyabi's user avatar
0 votes
0 answers
6 views

Network.pf() error , giving 'None' in self._check_indexing_error(key). seems can not detect slack.bus or slack generator

I'm quite new in pypsa. I made my own network consist of Medium and Low voltage in Indonesia to check the loading of transformer and line, but also checking the voltage on the end of radial network. I ...
riyan pramudito's user avatar
0 votes
0 answers
12 views

How to configure a Slack App so that with OAuth it hands back data to a Windows Desktop application?

I manage a C# / .NET Windows Application (Winforms). For several years, we've had this application rigged up so that users could press a single button to create an MS Teams meeting. This was done ...
DaveyBoy's user avatar
  • 435
0 votes
0 answers
14 views

How do I access and interact with the outputs of a slack SelectSpreadsheetRow workflow step?

I'm working on a slack application that, among other things, reads and writes data from a google sheet. I have added a step to the workflow to pull the row I want from a spreadsheet here: MyWorkflow....
theonlydidymus's user avatar
0 votes
0 answers
16 views

Slack app not detecting when a message is being sent

I have a slack bot where I want to bridge a slack channel to a discord bot, but the slack part of the app refuses to detect when a message is sent in the specified channel // Slack const { App } = ...
DevCmb's user avatar
  • 1
0 votes
0 answers
26 views

Issues with Installing Custom Slack Bot in an Existing Workspace

I’m facing several issues with installing a custom Slack bot in an existing workspace, and I’m not sure how to resolve them. Here’s my situation: Workspace Context: I am part of a Slack workspace ...
Salieri's user avatar
  • 81
0 votes
0 answers
9 views

Is there a way to open a URL on Slack with an automation using Zapier?

I'm trying to develop a ticketing system that allows people on slack to go to the ticket creation URL when typing "create_ticket" or "/create_ticket". I've been using Zapier but ...
Rodrigo Ramírez's user avatar
0 votes
0 answers
31 views

Cannot Verfiy Slack Events API Request Coming from a Bot

I'm creating a ChatGPT integrated Slack bot for writing feedbacks. When clicking on a modal button in Slack, the bot should open and automatically start a conversation with the user. I've successfully ...
sss1703's user avatar
0 votes
0 answers
17 views

Not able to open another modal after submitting the Slack Modal from AWS Lambda after data submission. Using slack bolt and Javascript

Not able to open another modal after submitting the Slack Modal from AWS Lambda after data submission. The code is - app.action({ type: "block_actions", action_id: /^...
Tushar Wagh's user avatar
0 votes
1 answer
35 views

Whenever changes in Google Sheet, I'd like to get Messages in Slack

I made a web page with Softr. If my customers encode something in the web page, it will be encoded in Google sheet. Whenever there are changes in google sheet, I'd like to get the messages in Slack. I ...
Kiwi juice's user avatar
0 votes
0 answers
16 views

Unable to send message in client slack workspace by slack bot without adding bot creator to client workspace

I want to send a message to a client slack workspace member through a Slack bot. The bot creator is not part of the client's Slack workspace. I used the sharable URL option to get access to the client ...
Tejas Thombare's user avatar
0 votes
0 answers
10 views

How to use dependent fields in the Slack wrokflow?

I built a slack bot and i have to build a workflow through which users can submit some requests , so i created a basic workflow but i need to make it more dynamic like let’s say i choose an option ...
GAUTAM SARAWAGI's user avatar
0 votes
0 answers
29 views

How do I output text from python to my terminal such that when it is copy/pasted into slack it has links to jira tickets

This might not be doable... I am trying to create a python script that will generate text that I can use as the base for my daily status update in slack... It needs to have the ticket key as a link to ...
Jack-of-some's user avatar

15 30 50 per page
1
2 3 4 5
217