forked from telefonicaid/fiware-orion
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
Description
Orion based on NGSI v2 supports custom payload inside notification field. For example:
“notification”:
"httpCustom": {
"url": "http://foo.com/entity/${id}",
"headers": { "Content-Type": "text/plain" },
"method": "PUT", "qs": { "type": "${type}" },
"payload": "The temperature is ${temperature} degrees"
}
Nevertheless, Orion-LD based on NGSI-LD does not support this useful customization.