Public
Documentation Settings

BotMasterSender Cloud-APIs

v2

POST For Individual Send

POSTSend Message Through POST Request

https://api.botmastersender.com/api/v2/?action=send
PARAMS
action

send

Bodyformdata
senderId

919999999999

authToken

TN8uUzPGeWvGcPG0voty

messageText

Test Message

receiverId

918888888888

Example Request
curl
curl --location 'https://api.botmastersender.com/api/v2/?action=send' \
--form 'senderId="919999999999"' \
--form 'authToken="TN8uUzPGeWvGcPG0voty"' \
--form 'messageText="Test Message"' \
--form 'receiverId="918888888888"'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTSend Message POST Request With Media URL

https://api.botmastersender.com/api/v2/?action=send
PARAMS
action

send

Bodyformdata
senderId

919999999999

authToken

TN8uUzPGeWvGcPG0vok

messageText

Test Message

receiverId

918888888888

mediaurl

https://app.wa2sales.com/file/uploads/1682433666Screenshot_2023-01-09_at_16.33.32.png

Example Request
curl
curl --location 'https://api.botmastersender.com/api/v2/?action=send' \
--form 'senderId="919999999999"' \
--form 'authToken="TN8uUzPGeWvGcPG0vok"' \
--form 'messageText="Test Message"' \
--form 'receiverId="918888888888"' \
--form 'mediaurl="https://app.wa2sales.com/file/uploads/1682433666Screenshot_2023-01-09_at_16.33.32.png"'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTSend Message POST Request With Form-data File Upload

https://api.botmastersender.com/api/v2/?action=send
PARAMS
action

send

Bodyformdata
senderId

919999999999

authToken

TN8uUzPGeWvGcPG0vook

messageText

Test Message

receiverId

918888888888

uploadFile
Example Request
curl
curl --location 'https://api.botmastersender.com/api/v2/?action=send' \
--form 'senderId="919999999999"' \
--form 'authToken="TN8uUzPGeWvGcPG0vook"' \
--form 'messageText="Test Message"' \
--form 'receiverId="918888888888"' \
--form 'uploadFile=@"/C:/Users/LAPKING/Pictures/Screenshot 2022-10-18 122828.png"'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers