Questions tagged [botkit]

Botkit is a toolkit for making bot applications. Botkit is designed to ease the process of designing and running useful, creative bots that live inside Slack, Facebook Messenger and other messaging platforms.

It provides a semantic interface to sending and receiving messages so that developers can focus on creating novel applications and experiences instead of dealing with API endpoints.

Botkit features a comprehensive set of tools to deal with popular messaging platforms, including:

  • Slack
  • Facebook Messenger
  • Twilio IP Messaging

GitHub project: https://github.com/howdyai/botkit

174 questions
0
votes
1 answer

How can i make my bot ask a statement, wait for the response of that statement

Is there any way i can ask my bot a question and make it wait for a response to that particular question so i could do some more things on that particular message?
Fadil Olamyy Wahab
  • 626
  • 2
  • 6
  • 15
0
votes
1 answer

How to handle results of nested promises

I'm having trouble refactoring some code to use Promises, this to avoid nesting callbacks, the code i'm trying to refactor looks like this: bot.api.users.list({}, function(err, teamData) { if(err) { bot.botkit.log("Couldn't fetch team data from…
Carlos Martinez
  • 4,350
  • 5
  • 32
  • 62
-1
votes
1 answer

Sending the file from bot to user(1:1)

I am new to development in teams and botkit. There is a bot that is up and running on Teams. I want to share a file generated by the bot to the user(send a file from bot to the user) on teams. I have read the Microsoft-teams document. According to…
lucifer
  • 43
  • 2
  • 7
-1
votes
1 answer

Sort json table by time

. Hello, I have this json file : { "fbl": { "id": "fbl", "user_id": "fbl@xxx.fr", "nb_error": 0, "time": "1:27.700" }, "dev": { "id": "dev", "user_id": "dev@xxx.fr", "nb_error": 0, "time": "1:12.54" }, …
SkroS
  • 9
  • 5
-1
votes
1 answer

Is there rich card support for Cisco spark (now Webex teams) Bot

I am implementing a cisco spark bot , which is now known as Webex teams. I am able to send receive simple text message from user. Is there a way to send rich card to user from Bot? I could not find any helpful documentation. Here is my code I use to…
Planet-Zoom
  • 1,005
  • 2
  • 9
  • 20
-1
votes
1 answer

Slack interactive Button configaration and workflow using botkit,expressjs?

i want to know about how an interactive button in slack works with the help of botkit,any one show one simple example with the above combination and that will more helpful for me.
Midhun KM
  • 1
  • 1
-2
votes
1 answer

Pass User to Conversation

I want to have someone say to a bot in slack: @Bot setup @usertosetup This should then start a conversation with that user to be setup. If I'm right and I've read correctly, the one that starts the conversation with the bot will be the one it…
Mat Johnson
  • 47
  • 1
  • 6
-2
votes
1 answer

Slack bot private channel post messages

I'm developing a slack bot for my company. I can't find any information on this topic - when a user types slash command in private channel how to make similar response from slackbot To use /github, add @GitHub to this conversation.?
-3
votes
1 answer

How is it suppose that I use wit.ai if stories are deprecated?

I'm developing a bot using this workflow Glitch Hosting -> BotKit Studio API ->Facebook API -> Wit.AI API. Right now Wit.ai works with my bot, when I check de Logs console (in wit.ai) shows messages that have been sent through messenger, but what I…
Pi Ca
  • 19
  • 1
1 2 3
11
12