Class Index: zendesk.config.ZendeskInputConfig¶
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 |
||