---
title: "Set Google Account Schedule"
method: PUT
path: "/api/google/accounts/{account_id}/schedule"
tags: ["google-accounts"]
---

# Set Google Account Schedule

`PUT /api/google/accounts/{account_id}/schedule`

Set the auto-sync cadence for an owned Google account in this workspace,
mirroring the social channels card's PUT /{network}/schedule. Persists
sync_schedule/sync_daily_hour/sync_timezone and recomputes next_sync_at; the
Gmail deal-detection engine (pipeline_heartbeat) consumes it separately.

## Path parameters

- `account_id` string, required

## Request body

- RoutesGoogleAccountsScheduleRequest
  - `sync_schedule` string, required
  - `sync_daily_hour` integer, nullable
  - `sync_timezone` string, nullable
  - `org_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/revisions/438496ab3160/schema)
