Once the Template is created, you can get the Webhook URL by clicking Copy URL (in case of Simple Webhook type) and Endpoint URL (in case of Advanced Webhook type) under the Action menu on the Templates manage page.
The format of the copied URL for an Advanced Webhook type will be as follows:
<selected Scheme in Provider>://<Server>:<Selected Port>/wsapi/apiVersion/resource end path
The table below explains the components of this URL for different cases:
Case | Endpoint |
---|
Scheme | Host | Port | Context path |
No Port | GUI Scheme | GUI Host | GUI Port | /wsapi/resource end path |
Non SSL Port | http | GUI Host | Selected Port | /wsapi/resource end path |
SSL Port | https | GUI Host | Selected Port | /wsapi/resource end path |
The format of the copied URL for a Simple Webhook type will be as follows:
<selected Scheme in Provider>://<Server>:<Selected Port>/rest/triggerprocess/<templateId>
The table below explains the components of this URL for different cases:
Case | Endpoint |
---|
| Scheme | Host | Port | Context path |
No Port | GUI Scheme | GUI Host | GUI Port | /rest/triggerprocess/<templateId> |
Non SSL Port | http | GUI Host | Selected Port | /rest/triggerprocess/<templateId> |
SSL Port | https | GUI Host | Selected Port | /rest/triggerprocess/<templateId> |