Can we post an alert message in Discord using UIPath

I have a piece of code, when there is a difference in values of two specific fields the user should get message in Discord. Can we integrate Discord and UIpath?Can anyone help me with this issue.

I imagine that since there is no activity pack you’ll need to integrate using the API.

Discord Developer Portal — Documentation — Intro

You can either do it using purely HTTP Request activity or build a custom activity to do this work.

i tried httpactivity and it worked by passing the correct arguements and right URL
Thank You everyone

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