Uipath Marketplace

はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す

Slack

Slack

作成者: UiPath

1

アクティビティ

ダウンロード数

11.6k

Hurmet Noka
3 years 前に投稿

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

Divya Kolekar
4 years 前に投稿

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
4 years 前に投稿

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
4 years 前に投稿

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
4 years 前に投稿

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
4 years 前に投稿

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
4 years ago 前に投稿

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

preethi murali
4 years 前に投稿

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
4 years 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
4 years 前に投稿

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
4 years 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
4 years 前に投稿

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

Paul Hoeffer
4 years 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
4 years 前に投稿

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
4 years ago 前に投稿

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

prateek mehta
5 years 前に投稿

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
4 years 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
5 years 前に投稿

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
4 years 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.

公開者

UiPath

公開者ページを表示

信頼できるソース

ライセンス契約とプライバシー条項

ライセンス契約

プライバシー条項

技術情報

バージョン

2.0.2

更新日

2025年3月8日

対応製品

Studio: 21.4 - 22.10

認定

ゴールド 認定済み

コレクション

サポート

メール アドレス: support@uipath.com

リンク: https://www.uipath.com/company/contact-us/contact-technical-support

UiPath Standard Support, see your Service Agreement.