Send an image into a group using its webhook

I have a use case where I need to send an image which is on my desktop "C:/Users/username/Desktop/img.png into Amazon Chime group which has a webhook url “https://hooks.chime.aws/incomingwebhooks/…”

I know this can be done using “HTTP Request” activity however, unsure what I am filling correctly and what I am not since it does not work

Any details about what all I need to fill with what to make it work would will really help.

Thanks in advance

@girishankar09

Did you happen to run it in postman?

Cheers

I never tried it brother, any suggestion to kick start if this is the best way

@girishankar09

First check the documentation on how to use this webhook…and try to implement in postman first…then we can copy the curl and import into UiPath or replicate the same in UiPath

You might need what authentication details it need and if the file needs to be sent as a base64 encoded string or how is to be determined

If needed to attach the file dorectly then you have an attachment option

Cheers

1 Like

Thanks @Anil_G , will give it a try

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.