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

field

description

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

required

signature

default

type

spec

Override the original spec for this element.

null

Spec

context

Send context data with this component's event.

{}

dict

sensitive

true

bool

triggers

Activate these dynamic triggers when the component runs. Check the component triggers guide for more info.

[]

list

integration

The reference path to the Zendesk Support integration file. See the integration reference paths documentation for more information.

ZendeskSupportIntegrationRef

user_id

The 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.

null

int

bot_agent

If set, the component will show the Zendesk bot agent user that is associated with the API token used in the integration.

false

bool

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