Connection-based API Import Job for API Connection
Use CaseAccessToken, TimeOut and MaxPartHours fields control API authentication and import performance behavior.
Access token authentication
Useful for integrations using token-based API authentication.
{
"AccessToken": "<token>"
}
Longer API timeout
Useful when importing large amounts of data from slower external APIs.
{
"TimeOut": 120000
}
Split import into smaller time parts
Useful for large imports or APIs with request size or processing limitations.
{
"MaxPartHours": 8
}
Was this helpful?
