UiPath Webhook ํ๊ณ
webhook์ ํ๋ค ๋งํ ๋ถ๋ถ์ด ์์ด ๋์์ ์ฒญํ๊ณ , ๊ทธ ๊ฒฐ๊ณผ ํด๋ต์ ์ป์์ ์์๋ค.
์ผ๋จ ๋ด๊ฐ ์ ๊ทผํ๋ ๋ฐฉ์์ด cloud ๋ฐฉ์์ธ์ง On-Premise ๋ฐฉ์์ธ์ง ๊ตฌ๋ถ์ ํ ์ค ์์์ผํ๋ค.
On-Premise | Cloud |
---|---|
Orchestrator๋ฅผ ๋ค์ด ๋ฐ์ ์ค์นํ ํ๊ฒฝ | UiPath์์ ์ ๊ณต๋๋ ์น ํ๊ฒฝ (cloud.uipath.com) |
์์ํ๋ ๊ฒ์ On-premise๋ง ๊ฐ๋ฅํ์ค ์์๋๋ฐ Cloud๋ ๊ฐ๋ฅํ๋ค๋ ์ด์ผ๊ธฐ ์๊ณ ,
Cloud ๋ฐฉ์์ผ๋ก ์ ๊ทผํ๋ค.
api์ ์ธ์ฆ์์ ์ค๋ฅ๊ฐ ๋ฌ์๋๋ฐ document๋ฅผ ํ์ธํ ๊ฒฐ๊ณผ ๋ด๊ฐ ์๋ํ๋ URL๊ณผ ์ ํ ๋ค๋ฅธ URL์ด๋ผ๋ ๊ฒ์ ์ ์ ์์๋ค.
URL์ ํตํด์ ๋ํ ์ธ์์ ๋ฆฌํด๊ฐ ๋ชจ๋ ๋ฌ๋๋ค.
ย | On-Premise | Cloud |
---|---|---|
URL | /api/Account/Authenticate | https://account.uipath.com/oauth/token |
Method | POST | POST |
Header | Content-Type:application/json | Content-Type:application/json X-UIPATH-TenantName: |
Return | {"usernameOrEmailAddress": "","tenancyName": "","password": ""} |
{ "grant_type": "refresh_token", "client_id": "", "refresh_token": "" } |
์์ ๊ฐ์ด ๊ฐ์ ๋ฐ๊พธ์ด ์ ๋๋ก ๊ฐ์ ๋ฐ์ ์ ์์๋ค.
์ด๋ ๊ฒ ์ฝ์ง์ ํ๋ ์์ค์ ์ข์ ์ฌ์ดํธ๋ฅผ ์ฐพ์๋ค.
https://postman.uipath.rocks/?version=latest
ํด๋น ์ฌ์ดํธ๋ ์ธ์ด๋ณ๋ก ์ค์ ์ ๋ณ๊ฒฝํ์ฌ ์ํ๋ ํ๊ฒฝ์์ ํ ์คํธ ๋ฐ ํ์ฉ์ด ๊ฐ๋ฅํ๊ฒ๋ ๋์ด์๋ค.