---
title: "Retrieve the date which the next automated order message will be sent at"
method: GET
path: "/shop/orders/{orderId}/automated-order-messages"
tags: ["Orders"]
---

# Retrieve the date which the next automated order message will be sent at

`GET /shop/orders/{orderId}/automated-order-messages`

This endpoint retrieves the date for when the next automated order message will be sent.
This includes reminder and follow-up messages.

## Response `200`

The date and time for when the next automated order message will be sent.

- object
  - `data` AutomatedOrderMessage, required
    - `next_reminder_sms_date` string, date-time, nullable, required — The date and time for when the next reminder SMS message will be sent.
    - `next_followup_sms_date` string, date-time, nullable, required — The date and time for when the next follow-up SMS message will be sent.

## Other responses

- `401` — The user is unauthenticated
- `404` — The resource couldn't be found

---

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