Skip to main content

Resend Message

POST 

/messages/resend

Endpoint for resending a message.

Request

Body

required

Resend Message Request

    message_id integer

    The id of the message to be resent.

Responses

Message resent successfully.

Schema
    status object
    message string

    A message describing the status of the operation.

    error_code integer

    Http Error Code.

    errors string[]

    A list of error messages (empty for success).

    message object
    id string

    The id of the message.

    dest_number string

    The destination number of the message.

    short_message string

    The message content.

    schedule_send_at date-time

    The date and time when the message will be sent.

    created_at date-time

    The date and time when the message was created.

    delivered_at date-time

    The date and time when the message was delivered.

    validity_period integer

    The validity period of the message.

Loading...