---
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 one AXIS of an owned Google account in this
workspace, mirroring the social channels card. axis='new_deal' persists
sync_schedule (the deal-detection heartbeat cadence); axis='active_deal' persists
active_deal_schedule (the inbound-reply handling cadence). Recomputes that axis's
next_sync_at; the pipeline consumes it separately.

## Path parameters

- `account_id` string, required

## Request body

- RoutesGoogleAccountsScheduleRequest
  - `sync_schedule` string, required
  - `axis` string
  - `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/292f0c9a098f/schema)
