Product documentation

03. Robot

Favendo Robot executes routines based on incoming events.

The incoming events can be of two kinds:

  • ZONE_EVENT: When a trackable enters or leaves a zone
  • USER_TRIGGERED_EVENT: a button click in an app, a dematch of assets and tags, …

The executed routines can be of two kinds:

  • HTTP_WEB_HOOK_ROUTINE: send a notification to a system or to the Favendo webapps, turn the led of the tag on, dematch an asset from a tag, update a custom attribute from an, …
  • PUBLISH_TO_ZIRCON: publish the event as it is on the zircon API AMQP topic
  • NOTIFICATION: send a notification through MQTT

More information in this documentation.