This topic was automatically generated from Slack. You can find the original thread here.
Hello there, I have an issue with the sending a public message with slack - despite trying multiple times, I am unable to view the list of groups even though I have granted permissons.
Hello , in order for me to reproduce you issue, may I ask are you a Slack workspace admin/owner? What permission do you have on your Slack workspace?
I’ve tested my account with Workspace owner permission and normal user and it seems okay (images below). Would you mind reconnecting your Slack account, allow Pipedream to connect with your Slack workspace (may need workspace admin permission) and try to select the channel again?
I’ve run into this as well, when listing channels for our corporate Slack workspace. is there anything we can do to make the async options for list Slack channels more performant?
I run into it frequently with our corporate workspace, almost never with this workspace. This one has many more users, the corp workspace has many more channels.
By the way, why do we have the conversation and channelId props? Aren’t those the same thing?
The channelId is used to fetch a private channel or a public channel. conversation includes private and public channels, direct messages and group direct messages
Ah wait, nvm. The send-message-public-channel uses the channelId prop.
For each page:
It fetches 200 channels
Makes a call either to fetch information about a user or information about a channel.
So for each page, it actually makes 1 call, then 200 calls, in parallel.
I’m checking the docs to see if these extra calls are necessary or not
Initial tests — your version of public-channel action works better :skin-tone-2:, registry and your version of custom-message action both working ok right now