---
layout: layout
title: Connector Name
pageLinks:
- name: Establishing Connection
id: establishing-connection
- name: Connector Specifics
id: connector-specifics
- name: Supported Actions
id: supported-actions
---
# Connector Name
[Connector link]() is a ...
**Data integration**: Skyvia supports importing data to and from <connector>, exporting <connector> data to CSV files, replicating <connector> data to relational databases, and synchronizing <connector> data with other cloud apps and relational databases.
**Backup**: Skyvia Backup _does not_ support <connector>.
**Query**: Skyvia Query supports <connector>.
## Establishing Connection
To [create a connection](../../connections/#creating-connections) to <connector>, ...
### Getting Credentials (describing how to get API keys, tokens etc.)
### Creating Connection
To connect to <connector>, perform the following steps:
image zoom
{:.img-zoomable}
### Additional Connection Parameters
#### Suppress Extended Requests
For some objects, <connector> API returns only part of the fields when querying multiple records. To query values of lacking fields, Skyvia performs additional extended requests. Such API requests can be performed for each record of such object. However, this can decrease performance and significantly increase the number of API calls used.
The additional fields are the following:
|OBJECT|FIELD|
|-------|------|
|_object_|_field_|
To reduce the number of API calls, you can select the **Suppress Extended Requests** checkbox.
## Connector Specifics
### Object Peculiarities
#### Object separate header
### Custom Objects / Custom Fields
### Incremental Replication and Synchronization
Skyvia supports Replication with Incremental Updates for
Skyvia supports Synchronization for the objects
### DML Operations Support
| Operation | Object |
| --------- | ------ |
|**INSERT, UPDATE, DELETE**|
### Stored Procedures
Skyvia represents part of the supported <connector> features as stored procedures.
You can [call a stored procedure](../../supported-sql-for-cloud-sources/call-statements-and-stored-procedures.html), for example, as a text of the command in the ExecuteCommand action in a Target component of a [Data Flow](../../data-integration/data-flow/) or in [Query](../../query/).
#### Procedure1 name as it is
To <do this and that>, use the command
```call ...```
|PARAMETER NAME| DESCRIPTION|
|----|------------|
|Par1|... |
|Par2|... |
## Supported Actions
Skyvia supports all the [common actions](../../connectors/actions/#common-actions) for
## Troubleshooting (If exists)