zendesk.support.user.show

Element details

type: meya.zendesk.support.component.user.show
class: ZendeskSupportUserShowComponent
path: /meya/zendesk/support/component/user/show.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
integrationThe reference path to the Zendesk Support integration file. See the integration reference paths documentation for more information.ZendeskSupportIntegrationRef
user_idThe ID of the user to show. If this is not set, the component will attempt to resolve the user ID from the current Meya thread.nullint
bot_agentIf set, the component will show the Zendesk bot agent user that is associated with the API token used in the integration.falsebool

Usage reference

Basic

triggers:
  - keyword: meya.zendesk.support.component.user.show
steps:
  - type: meya.zendesk.support.component.user.show
    integration: integration.zendesk_support

Full

triggers:
  - keyword: meya.zendesk.support.component.user.show
steps:
  - type: meya.zendesk.support.component.user.show
    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
    integration: integration.zendesk_support
    user_id: 123
    bot_agent: false