ncloud_sens_get_alimtalk_reservation_status
Check the status of a scheduled AlimTalk message reservation, returning whether it is ready, processing, canceled, failed, done, stale, or skipped.
Instructions
Get the status of a scheduled Alim Talk request (GET /alimtalk/v2/services/{serviceId}/reservations/{reserveId}/reserve-status): READY|PROCESSING|CANCELED|FAIL|DONE|STALE|SKIP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reserveId | Yes | Reservation ID = requestId of the scheduled send | |
| serviceId | No | ALIMTALK service ID in NRN form (e.g. ncp:kkobizmsg:kr:1********2:myproject). Defaults to NCLOUD_SENS_ALIMTALK_SERVICE_ID / NCLOUD_SENS_SERVICE_ID. Find it with ncloud_sens_list_projects (kkoBizMsgService.serviceId). A 'Forbidden' reply means the project does not have this channel enabled. |