Error Code: 202 with Slack Activity: Reply

Hi,

I am using the UiPath.Slack.Activities.Messages.Reply activity, as shown in the screenshot. The goal is to send an image as a reply to a slack message. The issue is that when I add an image path, I receive the error attached. We should have all scopes of the slack app. Any ideas what the cause may be?
As additional info:

  • if only text is supplied, it works as expected.
  • if the UiPath.Slack.Activities.Messages.SendMessage activity is used, it correctly sends the image to the slack channel (not a reply ofc)
    image

Thanks in advance

1.check Slack API Limitation.

  1. Check File Accessibility.

  2. Scopes and Permissions.

  3. API/Activity Method.

@Leonel_Bonnici

  1. Did you try giving the path as string and check if it works
  2. also 202 means the request should have been accepted did you check if received a reply?

cheers

Hi,

The path is already passed as a string, there is no alternative.
There is no reply I am receiving, just the error provided.

As for the image itself, it is accessible as it works with the ‘Send Message’ activity. There is no slack API limitation. Are there any additional permissions that are required to execute this?

Thanks