Send Message With File
Send Message With File
Send message with File
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
file
Url of file
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"' \
--form 'file="https://www.africau.edu/images/default/sample.pdf"'Response
200
{
"message_status": "Success",
"data": {
"from": "6281376214---",
"to": "628218530----",
"status_code": 200
}
}
```PreviousSend MessageNextSend Template
Last updated 3 months ago
Last updated