front.message.get

Element details

type: meya.front.component.message.get
class: FrontMessageGetComponent
path: /meya/front/component/message/get.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
specOverride the original spec for this element.nullSpec
integrationA string identifier for the Front integration (e.g. integration.front)FrontIntegrationRef
contextSend context data with this component's event.{}
dict
sensitivetruebool
triggersActivate these dynamic triggers when the component runs. Check the component triggers guide for more info.[]list
message_uidstr
alias_prefix"alt:uid"str

Usage reference

Basic

triggers:
  - keyword: meya.front.component.message.get
steps:
  - type: meya.front.component.message.get
    integration: integration.front
    message_uid: STRING

Full

triggers:
  - keyword: meya.front.component.message.get
steps:
  - type: meya.front.component.message.get
    spec:
      type: STRING
      data:
        STRING: ANY
      timeout: 123
      trigger_when: ANY
    integration: integration.front
    context:
      STRING: ANY
    sensitive: false
    triggers:
      - type: STRING
        data:
          STRING: ANY
        timeout: 123
        trigger_when: ANY
    message_uid: STRING
    alias_prefix: STRING