Send

Send

POST https://api.simpu.co/sms/send

This endpoint is for sending an outbound message.

Headers

Request Body

{
    "status": 200,
    "type": "success",
    "message": "Successful",
    "data": {
        "message": {
            "created_datetime": "2023-07-13T06:50:08.199",
            "organisation_id": "af02ac6f8bc711ebbd939a88eb4ca9b7",
            "user_id": "0",
            "recipients": [
                "2348012345678"
            ],
            "content": "Hello! World",
            "external_aggregate_ref": "<EXTERNAL_REF>",
            "is_trackable": false,
            "callback": "http://acme.com",
            "id": "e9002b7725024cf8b0a40223a8533"
        }
    }
}

Last updated