This documentation describes an old release, version 2025.1.22. Documentation for the latest release, 2025.4.24, can be found here.
Module - zendesk.config¶
Credentials¶
Zendesk credentials. |
||
type |
object |
|
properties |
||
|
||
type |
string |
|
minLength |
4 |
|
|
Subdomain |
|
type |
string |
|
minLength |
1 |
|
|
Token |
|
type |
string |
|
format |
password |
|
|
Oauth Token |
|
type |
string |
|
format |
password |
|
ExtendResource¶
API resource to extend a record. |
|||
type |
object |
||
properties |
|||
|
Collection Path |
||
Path to access collections. |
|||
type |
array |
||
examples |
[“tickets”, “metrics”] |
||
items |
type |
string |
|
minItems |
1 |
||
|
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 |
||
ZendeskInputConfig¶
ZendeskInput configuration. |
||||
type |
object |
|||
properties |
||||
|
Credentials |
|||
anyOf |
type |
string |
||
|
Collection Path |
|||
Path to access collections. |
||||
type |
array |
|||
examples |
[“tickets”, “incremental”] |
|||
items |
type |
string |
||
minItems |
1 |
|||
|
Id |
|||
Object id for request |
||||
type |
string |
|||
examples |
str |
|||
|
Include |
|||
List of side-loaded records |
||||
type |
array |
|||
examples |
[“users”, “permissions”] |
|||
items |
type |
string |
||
|
Search Query |
|||
Query for required for search request |
||||
type |
string |
|||
examples |
test query |
|||
|
Extend Resources |
|||
List of API resources to extend each records with. This will result in additional HTTP calls for each record. |
||||
type |
array |
|||
default |
||||
items |
||||
|
Start Time |
|||
An optional Unix timestamp (seconds since the epoch) or string, formatted as YYYY-MM-DD[T]HH:MM[:SS[.ffffff]][Z or [±]HH[:]MM], only used with incremental endpoints to specify the earliest date for which data is to be returned. This value will override any value passed to the SetUpdatedAt step (i.e., if present, it may break normal upsert behavior). |
||||
type |
string |
|||
examples |
1735689600 |
|||
2025-01-01T00:00Z |
||||
format |
date-time |
|||
additionalProperties |
False |
|||
definitions |
||||
|
Credentials |
|||
Zendesk credentials. |
||||
type |
object |
|||
properties |
||||
|
||||
type |
string |
|||
minLength |
4 |
|||
|
Subdomain |
|||
type |
string |
|||
minLength |
1 |
|||
|
Token |
|||
type |
string |
|||
format |
password |
|||
|
Oauth Token |
|||
type |
string |
|||
format |
password |
|||
|
ExtendResource |
|||
API resource to extend a record. |
||||
type |
object |
|||
properties |
||||
|
Collection Path |
|||
Path to access collections. |
||||
type |
array |
|||
examples |
[“tickets”, “metrics”] |
|||
items |
type |
string |
||
minItems |
1 |
|||
|
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 |
|||