Skip to main content
POST
/
api
/
messages
/
reschedule
/
all
Re-invio messaggi
curl --request POST \
  --url https://backend.trilly.chat/api/messages/reschedule/all \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": [
    "<string>"
  ],
  "date": "2023-12-25"
}
'
{
  "id": [
    "ID_MESSAGGIO_GENERATO"
  ]
}

Query Parameters

api_key
string

L'ApiKey dell'utente.

Body

application/json
id
string[]
required

Lista di ID dei messaggi da reinviare.

date
string<date>
required

Data pianificata per il reinvio.

Response

200 - application/json

OK

id
string[]

Lista degli ID dei messaggi reinviati.