Jump to content

Recommended Posts

Posted

I'd like to request a couple of enhancements to the Slack integration as follows:

Method: Slack/Channels/Channel Create

Add the following request parameters:

  • is_private -> currently, we can only create public channels, however, for our CyberSec Incident team, we need to create private channels
  • team_id -> we have Slack Enterprise Grid and this parameter will allow us to choose in which Slack Workspace to create the channel

Method: Slack/Chat/Post Message

Add the following request parameters:

  • thread_ts -> This parameter allows us to post messages as a reply, rather than as a new channel post. When posting a message, the current method already returns the thread_ts, but doesn't allow us to continue the conversation in that thread.

 

Posted

@Gareth Cantrell The latest iBridge release contains the changes asked for in this thread. I've added an optional field in the post message method which allows users to reply via the method and have fixed the bug causing the TS to fail to be returned. The old reply method has been left in, in case users have that already cemented into their workflows. 

  • Thanks 1
Posted

@Jordan Gooding-McGovern nearly there!

Getting an error when trying to add a user to a channel now:

"failureMessage": "iBridge Method: /Slack/Channels/User Add to Channel.m Error: invalid_arguments"

I used this in an auto-task with both with hard-coded channel id and user id and in an auto task immediately after channel create and user lookup, and get the same response no matter what I try.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...