- Added options to send an additional body content instead of just the JSON field.
{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
HTTPInactive![](?method=store.icon&pid=taskplanner.http&beta=false&version=)
The following information is derived from the plugin description.
Extends the task planner with HTTP/s triggers and actions.
HTTP actions trigger an external URL. Job results will be sent along with the request when using the POST and PUT verbs. One request is triggered per result in this case. Using the POST verb with multi-part data will send the job results in a single request.
Triggering a Task Planner task from an outside system requires the Web API permission. The trigger can be configured to accept any registered user in the system or just the owner and users with the administrative permission.
Changelog Information
- Added placeholders to the HTTP trigger, that are filled by sending multiple optional "parameter" queries. that means, that you can extend the HTTP trigger URL with
?parameter=abc¶meter=def...
to fill the placeholders.
- Added text area field for POST and PUT methods to allow directly sending JSON data with the request
Fixed Bugs
- Fixed access to trigger when set to be available for everyone
- Added option to add header entries to HTTP action