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>://<API Gateway Host>:<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 | API Gateway Host | GUI Port | /wsapi/resource end path |
Non SSL Port | http | API Gateway Host | Selected Port | /wsapi/resource end path |
SSL Port | https | API Gateway 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 Template Webhook Configuration>://<API Gateway Host>:<Selected Port>/rest/triggerprocess/<templateId>
The table below explains the components of this URL for different cases:
Case | Endpoint |
---|
| Scheme | Host | Port | Context path |
Non SSL Port | http | API Gateway Host | Selected Port | /rest/triggerprocess/<templateId> |
SSL Port | https | API Gateway Host | Selected Port | /rest/triggerprocess/<templateId> |