Document that url in a created event is automatically resolved

This commit is contained in:
Akinori MUSHA 2016-11-01 22:53:03 +09:00
parent cc16e854b3
commit e50b8e0d5c

View file

@ -27,6 +27,8 @@ module Agents
* Alternatively, set `data_from_event` to a Liquid template to use data directly without fetching any URL. (For example, set it to `{{ html }}` to use HTML contained in the `html` key of the incoming Event.)
* If you specify `merge` for the `mode` option, Huginn will retain the old payload and update it with new values.
If a created Event has a key named `url` containing a relative URL, it is automatically resolved using the request URL as base.
# Supported Document Types
The `type` value can be `xml`, `html`, `json`, or `text`.