---
title: "Schedule Invoice Send"
method: POST
path: "/scheduled-tasks/invoice/{invoice_id}/schedule"
---

# Schedule Invoice Send

`POST /scheduled-tasks/invoice/{invoice_id}/schedule`

Convenience endpoint for scheduling an invoice to be sent.

Args:
    invoice_id: ID of the invoice to schedule
    scheduled_at: When to send the invoice
    user_org_data: Current user and organization data
    
Returns:
    Dictionary with the created task ID

## Path parameters

- `invoice_id` string, required

## Query parameters

- `scheduled_at` string, date-time, required

## 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/versions/f8600f7a4ae3/schema)
