zendesk.support.ticket.show

This component will query the Zendesk Support API for a ticket and return
the ticket API response payload.

Element details

type: meya.zendesk.support.component.ticket.show
class: ZendeskSupportTicketShowComponent
path: /meya/zendesk/support/component/ticket/show.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
specOverride the original spec for this element.nullSpec
integrationThe reference path to the Zendesk Support integration file. See the integration reference paths documentation for more information.ZendeskSupportIntegrationRef
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
ticket_idThe ID of the ticket to show.nullint

Usage reference

Basic

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

Full

triggers:
  - keyword: meya.zendesk.support.component.ticket.show
steps:
  - type: meya.zendesk.support.component.ticket.show
    spec:
      type: STRING
      data:
        STRING: ANY
      timeout: 123
      trigger_when: ANY
    integration: integration.zendesk_support
    context:
      STRING: ANY
    sensitive: false
    triggers:
      - type: STRING
        data:
          STRING: ANY
        timeout: 123
        trigger_when: ANY
    ticket_id: 123