--- layout: layout title: <connector> pageLinks: - name: Establishing Connection id: establishing-connection - name: Connector Specifics id: connector-specifics - name: Supported Actions id: supported-actions --- # Connector Name [<connector>]() 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 <connector> API returns only part of the fields for some objects when querying multiple records. Skyvia performs additional extended requests to query values of missing fields. Skyvia performs such API requests 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 enable the **Suppress Extended Requests** parameter. ## Connector Specifics ### Object Peculiarities #### Object separate header ### Filtering Specifics <Connector> API supports the following native filters: Use these filters to improve performance and save API calls. You can use filters with other fields or operators, but it may increase API call usage. ### Nested Objects (or separate object name) The <Name> field stores complex structured data in JSON format. You can use our Nested Objects mapping feature in the Import integrations to insert or update the nested values in such fields. Select the **Separate Tables** for the **Unwind Nested Objects** option when using the new replication runtime to replicate the nested data into separate tables. ### 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)