---
title: "Send By Date"
method: POST
path: "/customer-service/send-by-date"
tags: ["Customer Service 360"]
---

# Send By Date

`POST /customer-service/send-by-date`

## Headers

- `x-branch` string, nullable

## Request body

- CustomerServiceSendRequest
  - `date` string, required — YYYY-MM-DD
  - `ids` union[]
    - union
      - integer
      - string
  - `dry_run` boolean
  - `valid_only` boolean
  - `exclude_bad_names` boolean
  - `remove_duplicates` boolean
  - `limit` integer, nullable
  - `template_name` string, nullable
  - `lang_code` string, nullable
  - `password` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
