DIRECT MESSAGE API
Send Message
POST /send.php
Send a text and media/file message to a WhatsApp account
Body
Name
Description
number
Receiver WhatsApp number
type
text/media
message
Message text
media_url
Media file URL | if type is media
filename
Media file name with extension | if type is media
instance_id
Instance ID of WhatsApp profile
access_token
User's access token
Check Phone Number
POST /check_phone.php
Check if a phone number is registered on WhatsApp.
Params
Name
Description
number
Receiver WhatsApp number
instance_id
Instance ID of WhatsApp profile
access_token
User's access token
Last updated