Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.10.0-b1
-
Fix Version/s: 5.10.0-b2
-
Component/s: Plugins, Staff Interface
-
Labels:None
Description
Under Tools > Webhooks: Incoming, and when creating or editing a Webhook of the type "Incoming", we should be more clear about the URL that the request is expected to be received at.
On the create/edit page, if "Incoming" is selected for Callback, show the URL either above the input box, or to the left of it based on our detection of what the URL should be.
For example:
Callback
https://my.blesta.site/plugin/webhooks/trigger/index/ [ INPUT BOX ]
On the listing page for Incoming webhooks, in the Callback column, include the full URL, the URL we detect that with the callback name appended to it like:
https://my.blesta.site/plugin/webhooks/trigger/index/testing
(Where testing" is the name of our incoming callback.