Slack-api Questions
Ad
channel_not_found error while sending a message to myself
I'm using python3.6 and trying to send message to myself to start interacting in slack. i've installed pip install
404 when receiving a slack modal submission with nodeJS and express
I'm having trouble receiving the content of a slack modal submission using nodejs and express. here is my slack view that i can
Problems incorporating an async http request function after a DynamoDb put in node.js lambda
I have an aws lambda function written in node.js that posts a product to a dynamodb table. in addition to calling db.put i need to make an
Why I am not able to get some key-values from JSON object?
Scenario: i am working on the slack custom app in node.js where i need a list of users and send the "names" of the users
Issue with files.upload using Slack's Node SDK
I'm trying to upload a file through the slack sdk but am having
How to parse interaction messages coming from Slack?
I want to parse interaction message requests coming from slack. this is what slack says in
nodejs sendMessage function if failed X times
I want my function to execute x(=3) times until success. i know this question looks similar to
slackclient python - async RTM client
I'm quite new to all things async in python. i have a certain code i would like to run while an async slack rtm client is listening on messages
Slack App (bot) send private messages to multiple users
I'm trying to create a chess bot to play with other users on the workspace. i can't figure out how to create a private conversation including 2
POST from Slack for button interactions has empty body
I'm setting up a slack bot using node.js. the event system works perfectly and gives me posts with valid bodies from slack, and i am able to
Ad
Post message via slack api with file attachment
I am trying to use python sdk to post a file to slack. however, i am also trying to mention some people with @ in the uploaded
Slack Dialog.open not Opening if Variable is in Title
Whenever i try to add a variable to my dialog title, dialog.open does not work and no errors are thrown. if i remove the variable from the
Not receiving any data from Slack Slash Commands API
I have been struggling with this for the past few days, but... when i call the slack slash commands with my command from the slack app, slack does
Slack reply to response_url with ephemeral message not working
I'm working on an interactive slack app written in node.js with express. when the user clicks a button on an interactive message, i want to post
Slack bot fails to send message to restricted general channel via chat.postMessage
This is my first time trying to create a slack bot and i am following this
How to set colors for buttons on slack using slack API
I'm trying to set other styles for slack buttons besides the default 3: - primary (green) - danger (red) - default (grey)
AWS Lambda & JSON.stringify \\n -> \n - not working with Slack API
We're using a lambda function (node js) to send a message into our slack channel which works. however, when aws is getting a new line its in the
Slack API not returning private channels
I'm trying to obtain a list of private channels in slack (on a per-user basis is fine), but i'm having trouble seeing this information. i
no_file_data response in slack file upload
I'm using node.js to try to upload a csv file via slackapi's upload file method. the method is post. i'm unsure how to make this possible because
Use Firebase onRequest() or Express app.use() for the Slack API
Goal use the @slack/interactive-message package with firebase-functions to listen and respond to slack
slack how to know if bot recently posted
I am using botkit, i have a bot that responses to a certain word. but i don't want the bot to response if it recently did so. currently i
Ad
wss url from rtm.start gives cannot create connection error
I am a newbie and trying to integrate my app with slack. i am using wss url that we get in the response from rtm.start and tried establishing
Using Slack's API dialog_open from Firebase Cloud Functions
Goal a slack event-subscription event is hitting my firebase endpoint, and then, a firebase cloud function is using the
How to grab list of custom slack slash commands using Python?
Currently what is on my mind is 2 methods: 1) go to the slash command app webpage and scrape the html 2) use one of the slack api
Slack API client for push notification
I'm building a slack (instant messaging) chat client, i'm looking for a way to trigger a notification to receipent when a new message is sent to
Slack API Event Subscription to trigger Firebase Cloud Functions
Goal i would like slack to trigger a firebase cloud function. example: a user sends a slack message, and firebase cloud
How to get user info with bot token
I am using python slack client to connect and send messages with a bot application. slc = slackclient("bot_user_token") out =
slack python api delete message
I am trying to use my bot to delete certain messages in a slack channel with this api call import os import time
how to get actions result from slack api's attachment
How to receive attachment actions using python slackclient. how to get user's reply?
How to respond with the correct challenge value when trying to enable event subscriptions for laravel-botman on slack
This is not a duplication of my previous question
connecting slack to botman in laravel on localhost
This is my routes file in laravel. am matching any url with /botman that calls a closure which, registers a slack driver for botman and listens to
Laravel slack notifications with access token instead of normal webhook
I want to send notifications using slack notification system. i could not able to send notifications with the access token, provided by
Ad
Send Slack notification every time a Status is changed in Laravel
I have a status notification class, so that when a status is created it sends me a slack message.the issue i am running into is that a new status
Laravel Slack Notification, starting a thread
Right now i have notification classes that send slack messages whenever a new incident, or incident note is created. within the application the
Notify everyone in a Slack channel via Laravel
I'm using laravel notifications functionality to post from our app to a slack channel. it works as i'd expect but would like this
Get a user's API key for using in Slack
So i'm building a small slack bot that i want multiple users to be able to use in different slack teams. so far the workflow is like this:
How to read channel messages with simple-slack-api?
I'm using simple-slack-api with java, but i can not find a way
Slack API (JSON Data)
I'm trying to use this method provided via the slack api to grab the
Ad
Blog Categories
Ad