This documentation describes an old release, version 2024.5.30. 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 |
|
|
Oauth Token |
|
type |
string |
|
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 |
||||
definitions |
||||
|
Credentials |
|||
Zendesk credentials. |
||||
type |
object |
|||
properties |
||||
|
||||
type |
string |
|||
minLength |
4 |
|||
|
Subdomain |
|||
type |
string |
|||
minLength |
1 |
|||
|
Token |
|||
type |
string |
|||
|
Oauth Token |
|||
type |
string |
|||
|
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 |
|||