Skip to main content

Send Bulk Message

POST 

/messages/bulk

Endpoint for sending bulk messages.

Request

Body

required

Send Bulk Message Request

    dest_numbers string[]

    Array of destination numbers.

    short_message string

    Message content.

    schedule_send_at date-time

    Date and time when the message will be sent (optional).

    validity_period integer

    Validity period of the message in seconds (optional).

Responses

Bulk Messages sent 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).

    messages object[]
  • Array [
  • 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...