bot.reply, .startConversation and .startPrivavateConversation work, but when I try to use
bot.say({
text:'something',
channel:'C2CHANNELID'
});
it doesn't go through. Currently I am using bot.api.chat.postMessage as a workaround since that appears to be working.
What version of botkit are you using? If you are using 0.4.2 can you try 0.4.1 (https://github.com/howdyai/botkit/archive/v0.4.1.zip) and see if you get the same issue.
Also posting more code or your entire code would be a lot more helpful and your debug information.
Alex
@TheJimFactor I think I saw you working through this issue on dev4slack, did you get sorted?
Hey @alexbudin I've tested using the updated Botkit version 0.4.2. and it's working perfectly fine.
bot.say({
text: "Welcome to our test zone!",
channel: 'G38RUGE4D' // channel Id for #slack_integration
});
Results

Is your bot a member of the channel you are trying to post to?
Most helpful comment
What version of botkit are you using? If you are using 0.4.2 can you try 0.4.1 (https://github.com/howdyai/botkit/archive/v0.4.1.zip) and see if you get the same issue.
Also posting more code or your entire code would be a lot more helpful and your debug information.
Alex