Send Message

Send Message

Send message only

Endpoint : https://medan.velita.id/api/create-message

Parameter
Description
Data Type
Required

appkey

Please create an application then copy the available appkey.

string

yes

authkey

Please create an application then copy the available authkey.

string

yes

to

Receiver Number

string

yes

message

Text

string

yes

curl --location --request POST 'https://console.fastwa.com/api/create-message' \
--form 'appkey="d4b6203d-d3a8-40e9-92c0-1fb9276c1329"' \
--form 'authkey="HA57wrkH9dfXWuCUYuqLQqwmkOuIegmyydm1kgMc4fz6fNOhJx"' \
--form 'to="RECEIVER_NUMBER"' \
--form 'message="Example message"' \

Response

200

{
    "message_status": "Success",
    "data": {
        "from": "6281376214---",
        "to": "628218530----",
        "status_code": 200
    }
}
```

PreviouscUrlNextSend Message With File

Last updated 3 months ago

Last updated