teckst.message.send

Element details

type: meya.teckst.component.message.send
class: TeckstSendMessageComponent
path: /meya/teckst/component/message/send.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
specOverride the original spec for this element.nullSpec
phone_numberPhone number to receive the messagestr
integrationSend with this Teckst integrationTeckstIntegrationRef
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
messageText message to send to the phone numberstr

Usage reference

Basic

triggers:
  - keyword: meya.teckst.component.message.send
steps:
  - type: meya.teckst.component.message.send
    phone_number: STRING
    integration: integration.teckst
    message: STRING

Full

triggers:
  - keyword: meya.teckst.component.message.send
steps:
  - type: meya.teckst.component.message.send
    spec:
      type: STRING
      data:
        STRING: ANY
      timeout: 123
      trigger_when: ANY
    phone_number: STRING
    integration: integration.teckst
    context:
      STRING: ANY
    sensitive: false
    triggers:
      - type: STRING
        data:
          STRING: ANY
        timeout: 123
        trigger_when: ANY
    message: STRING