Create your first automation in just a few minutes.Try Studio Web

Slack

Slack

by UiPath

1

Activity

Downloads

11.6k

Hurmet Noka
Posted 3 years ago

Can I send multiple files within a single send message activity?

Divya Kolekar
Posted 4 years ago

Hello, Actually i am getting error at the time of connection.....so if i will get detailed steps for connection it will very helpfull to me

Damian Schapiro
Posted 4 years ago

Hi, I'm testing the activity Send Message and I get the following error: 

"message": "Activity ended with error:\r\n     Error Code: [202] \r\n     Message: ratelimited\r\nOk: False",

Sarvam Ariwala
Posted 4 years ago

Hi team,

I had try to send message into slack channel. It is successfully posted in slack channel. 

Now I want to attach URL in slack message like : Here is the Document.

  • How can I attach URL in slack message using Send Message activity?
Christian Josh Cruz
Posted 4 years ago

Hi, there seems to be an issue with the Get Messages Activity's MaxResults parameter.

I'm simply trying to load 10 messages but it gets all the messages in the channel. I was wondering why the activity was taking monumental amount of time but it turns out it loaded 51k messages when it reached the messages.length.toString WriteLine activity I put in. 

I'm using studio 2021.4.4 and Slack package 1.0.3.

Hope you can get back with an immediate solution.

Thanks!

Sarvam Ariwala
Posted 4 years ago

Hi,

I have successfully setup and configured with slack. I tried to send message activity in uipath. Its succesfully posted slack message in channel. 

How can I try to attached document link in salck message. Ex: Open [document.|www.document.com]

Paul Hoeffer
Posted 4 years ago ago

There is a File property in the activity that should allow you to do just that.

preethi murali
Posted 4 years ago

Hi,

I am trying to add user to a channel. The user is in my workspace. But, I am getting the following response message 

ResponseStatus { AdditionalDetails=null, ErrorCode="202", Message="User not found. Please give a valid user.", Success=false }

I am using 1.0.0 preview version of UIPath.Slack.Activites. I am able to add using 0.3.1 version. 

Can you please help me with this?

Thanks,

Preethi

Paul Hoeffer
Posted 4 years ago ago

What is the value that you are using for the user?  Did you select one from the designer, or are you manually typing them in?

Rodney Moreland
Posted 4 years ago

I am also getting a "ratelimited" error when trying to connect using the Slack Scope.  This question was asked 5 months ago by Hector Marquez and still hasn't been answered.  Is there any information regarding this error?  Error details are below:

Error: The service Slack client has thrown an exception: HttpClientFramework.ApiServiceException: ratelimited

Ok: False

   at UiPath.Slack.Models.SlackBaseRequest`1.d__2.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

   at HttpClientFramework.Apis.Requests.ClientServiceRequest`1.d__26.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

   at UiPath.Slack.Activities.API.SlackClientExtensions.d__0.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

   at UiPath.Slack.Activities.API.SlackClientExtensions.d__2.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

   at UiPath.Slack.Activities.SlackViewModel.d__40.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

   at UiPath.Slack.Activities.Design.SlackScopeDesigner.d__11.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

   at UiPath.Slack.Activities.Design.SlackScopeDesigner.d__10.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.c.b__6_0(Object state)

   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)

   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler), HResult -2146233088

Paul Hoeffer
Posted 4 years ago ago

Hi Rodney,

There is nothing in the code base that should cause that, it's most likely an issue on the Slack tenant/account. FYI that the previous version of the Slack activity pack has been deprecated as the APIs it depended on are no longer supported by Slack.

We just release a new, officially supported preview, of Slack today.  Please feel free to download it and let us know what you think.

Cheers,

Paul

jocelyn jose
Posted 4 years ago

Create channel activity is deprecated? How to use conversation.create.How can we get this activity in UIpath studio?

Paul Hoeffer
Posted 4 years ago ago

We have a new version that will release shorly, before the API is deprecated by Slack. Should be in the next week or two.

Zev Spilman
Posted 4 years ago

This is an amazing component thank you so much, it allows a seamless integration and is very easy to use. Regarding future updates, I understand that the slack API allows you to use something called a Block Kit Builder. This allows your system to send more than just text as a message i.e. date pickers, checkboxes etc. Is there any plan to integrate those types of messages into this component?

Paul Hoeffer
Posted 4 years ago ago

It is not currenly on the roadmap, but something we can consider for a future release.

prateek mehta
Posted 5 years ago

I am getting an error while trying to create channel in slack using "Create channel"activity 

Sorce: Create Channel

error:   message : method deprecated

   OK: False

RemoteException wrapping HttpClientFramework.ApiServiceException: method_deprecated

Ok: False 

   at UiPath.Slack.Models.SlackBaseRequest`1.d__2.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

   at HttpClientFramework.Apis.Requests.ClientServiceRequest`1.d__26.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

   at UiPath.Slack.Activities.CreateChannel.d__18.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at UiPath.Shared.Activities.AsyncTaskCodeActivityImplementation.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)

   at UiPath.Shared.Activities.AsyncTaskCodeActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)

   at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)

   at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

please help

regards

Prtaik

Paul Hoeffer
Posted 4 years ago ago

Hi Prateek,

Slack has deprecated the older API that the previous version of our activity pack used.  We just release a new, officially supported preview, of Slack today that uses the latest versions of the API.  Please feel free to download it and let us know what you think.

Cheers,

Paul

Hector Marquez
Posted 5 years ago

Trying a Slack integration and getting a "ratelimited" error when I press the "Connect" button in the Slack Scope box. Any thoughts on how to resolve?

Paul Hoeffer
Posted 4 years ago ago

Hi Hector - there is nothing in the code that would cause this.  The most likely issue is with any API limits imposed by Slack.

FYI we just release a new, officially supported preview, of Slack.  Please feel free to download it and let us know what you think.

Publisher

UiPath

Visit publisher's page

Trusted Source

License & Privacy

License Agreement

Privacy Terms

Technical

Version

2.0.2

Updated

March 8, 2025

Works with

Studio: 21.4 - 22.10

Certification

Gold Certified

Support

Email: support@uipath.com

Link: https://www.uipath.com/company/contact-us/contact-technical-support

UiPath Standard Support, see your Service Agreement.