---
title: "Re-invio messaggi"
method: POST
path: "/api/messages/reschedule/all"
---

# Re-invio messaggi

`POST /api/messages/reschedule/all`

Questa chiamata consente il re-invio di una serie di messaggi a partire dal loro ID.

## Query parameters

- `api_key` string

## Request body

- object
  - `id` string[], required — Lista di ID dei messaggi da reinviare.
  - `date` string, date, required — Data pianificata per il reinvio.

## Response `200`

OK

- object
  - `id` string[] — Lista degli ID dei messaggi reinviati.

## Changes

- **2025-04-16** `87acea7a1c4f` — 1 info
  - endpoint added
- **2025-04-15** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/simplenetworks/apis/trilly-api/changes/api/messages/reschedule/all/post.md)

---

[API](https://skmtc.dev/simplenetworks/apis/trilly-api.md) · [All operations](https://skmtc.dev/simplenetworks/apis/trilly-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/simplenetworks/trilly-api/revisions/b03e55f0d8aa/schema)
