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

field

description

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

required

signature

default

type

spec

Override the original spec for this element.

null

Spec

integration

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

ZendeskSupportIntegrationRef

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

ticket_id

The ID of the ticket to show.

null

int

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