# Trigger Google Docs manual sync

URL: /en/docs/api/v1/integrations/google-docs/sync/post
Last Updated: 2026-07-30T21:15:30.591Z

## Description
No description available.

## Available Actions
- Execute POST request
- View request parameters
- View response schema
- Get code examples
- Navigate to related topics
- View step-by-step instructions
- Get best practices

## Content
### POST /api/v1/integrations/google-docs/sync

**Trigger Google Docs manual sync**

Starts a manual incremental sync for the tenant's Google Docs connection. Emits eventName `integrations.google_docs.manual_sync` and failureEventName `integrations.google_docs.manual_sync_failed`.

**Authentication:** Bearer token (`Authorization: Bearer <token>`)

**Request body** (`application/json`):

- `providerConfigKey` (string)
- `connectionId` (string)

**Responses:**

- `200` - Manual sync triggered successfully
  - `success` (enum: true, required)
  - `data` (object, required)
    - `success` (enum: true, required)
- `400` - Bad request
  - `error` (string, required)
  - `code` (string)
  - `data` (object)
- `401` - Unauthorized
- `403` - Forbidden - Admin role required
  - `error` (string, required)
  - `code` (string)
  - `data` (object)
- `404` - Google Docs integration not found
  - `error` (string, required)
  - `code` (string)
  - `data` (object)
- `500` - Internal server error

