Users

List scheduled messages

Retrieves all scheduled messages for the current user. Returns list of messages that are scheduled to be sent at a future date and time.

get/users/@me/scheduled-messages

Response

Success

idstring required

The unique identifier for this scheduled message

channel_idstring required

The ID of the channel this message will be sent to

scheduled_atstring required

The ISO 8601 UTC timestamp when the message is scheduled to be sent

scheduled_local_atstring required

The ISO 8601 timestamp in the user local timezone

timezonestring required

The IANA timezone identifier used for scheduling

status'pending' | 'invalid' | 'scheduled' | 'sent' | 'failed' | 'cancelled' required

The current status of the scheduled message

status_reasonstring nullable required

A human-readable reason for the current status, if applicable

created_atstring required

The ISO 8601 timestamp when this scheduled message was created

invalidated_atstring nullable required

The ISO 8601 timestamp when the message was marked invalid

Changes

No recorded changes to this endpoint across all 1 revision of this API.