twilio.lookup

Learn more: https://www.twilio.com/docs/lookup/api

Element details

type: meya.twilio.component.lookup
class: TwilioLookupComponent
path: /meya/twilio/component/lookup.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
specOverride the original spec for this element.nullSpec
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
phone_numberstr
integrationTwilioBaseIntegrationRef

Usage reference

Basic

triggers:
  - keyword: meya.twilio.component.lookup
steps:
  - type: meya.twilio.component.lookup
    phone_number: STRING
    integration: integration.generic

Full

triggers:
  - keyword: meya.twilio.component.lookup
steps:
  - type: meya.twilio.component.lookup
    spec:
      type: STRING
      data:
        STRING: ANY
      timeout: 123
      trigger_when: ANY
    context:
      STRING: ANY
    sensitive: false
    triggers:
      - type: STRING
        data:
          STRING: ANY
        timeout: 123
        trigger_when: ANY
    phone_number: STRING
    integration: integration.generic