Class Index: zendesk.config.ZendeskInputConfig

Credentials

Zendesk credentials.

type

object

properties

  • email

Email

type

string

minLength

4

  • subdomain

Subdomain

type

string

minLength

1

  • token

Token

type

string

format

password

  • oauth_token

Oauth Token

type

string

format

password

ExtendResource

API resource to extend a record.

type

object

properties

  • collection_path

Collection Path

Path to access collections.

type

array

examples

[“tickets”, “metrics”]

items

type

string

minItems

1

  • new_field_name

New Field Name

Field that will be added to existing record and contain the result of the resource call. If not provided - the value will be generated using collection_path field by joining ‘_’ with list values.

type

string

examples

ticket_metrics

additionalProperties

False