Connector Parameters

<< Click to Display Table of Contents >>

Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > Box 

Connector Parameters

Request Timeout

Timeout in seconds for API requests.

 

Technical Name

timeout

Category

Technical

Type

Integer

Default Value

30

Example Values

30

 

If the connector fails with a timeout error, try setting a higher value. This timeout does not slow down connector execution unless a timeout occurs.

 

Page Size

Set the page size (number of records) during a paginated API request.

 

Technical Name

page_size

Category

Technical

Type

Integer

Default Value

1000

Example Values

100

 

Changing the page size should only be necessary if you run into connection issues or rate limitation. The larger the page, the longer every single request takes, but the total number of necessary requests decreases.

 

Maximum Retries

Maximum number of retry attempts for failed requests.

 

Technical Name

max_attempts

Category

Technical

Type

Integer

Default Value

5

Example Values

3

 

The connector will retry failed requests up to this number of times before giving up. Uses exponential backoff between retry attempts.

 

Certificate

Custom certificate file content used for SSL connection verification

 

Technical Name

certificate

Category

Functional

Type

Code

Default Value

null

Example Values