Panel | ||
---|---|---|
| ||
...
- Webhook Name: Input a name for the webhook, which needs to be configured.
- Select Tool: Input the tool name whose webhook needs to be configured.
- Is Event Processing : Toggle this flag if webhook is used for event processing.
- Label Name: This label name will be auto populated as soon as the user selects the tool. It should follow the nomenclature of ToolCategory:LabelName:DATA. ( Populated label name won't be editable in case of event processing and label is formed as WEBHOOKNAME_TOOLNAME_EVENT)
- Data Format: The data format which is supported, is JSON.
- MQ Channel : This field gets auto populated as soon as the webhook name is entered with a prefix “IPW_”
- Dynamic Template : This field is an alternate option of Response template .It has to be a valid JSON.
- Response Template: The response template has to be added should be in string format.
- Event Config Details : Event config json object has to be added if webhook is used for event processing.
...
Sample Time Format -Time 1. 2020-03-02T05:48:48Z (yyyy-MM-dd'T'HH:mm:ss'Z')
2. 2019-06-27T14:19:55+05:30 (yyyy-MM-dd'T'HH:mm:ssXXX)
3. 2019-06-27T14:19:55-05:30 (yyyy-MM-dd'T'HH:mm:ssXXX)
4. 2019-11-13 14:35:17 UTC (yyyy-MM-dd HH:mm:ss)
5. 2019-07-03T10:39:22+0000 (yyyy-MM-dd'T'HH:mm:ssZ)
...