dynamic Event

The dynamic event has a key that identifies it within an organization.

Multiple instances with the same key can be used and will fire independently.

Form

Parameters

Name

Type

Required

Description

Key

String or JSON object

 Yes

The input can either be a string or a JSON object. If invoked with a string, then $(event.input) will be a simple string value, if JSON is passed to the input, then it will be an object. If an object, then JSON like {"value":10} will be accessed as $(event.input.value).

Event variables

Name

Type

Description

$(event.input)

String

The input that initiated this trigger.

$(event.from)

String

The email address or thing key associated with the session that initiated the dynamic execution.

$(event.key)

String

The key that initiated this trigger.

$(event.ts)

String

The timestamp that initiated this trigger.