---
title: "Social Set Schedule"
method: PUT
path: "/api/social/{network}/schedule"
tags: ["social"]
---

# Social Set Schedule

`PUT /api/social/{network}/schedule`

Set the deterministic auto-sync schedule for a connected network. Stores the
cadence and computes the first `next_sync_at`; the scheduler sweep
(run_social_sync_sweep_job) enqueues the existing contacts + messages sync jobs
when a row comes due. Returns the updated schedule (same field shape /status
exposes).

## Path parameters

- `network` string, required

## Request body

- RoutesSocialRoutesScheduleRequest
  - `sync_schedule` string, required
  - `sync_timezone` string, nullable
  - `sync_daily_hour` integer, nullable

## Response `200`

Successful Response

- object

## 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)
