Since the new rewrite also changes the API fields and url, you will need to migrate legacy API to new API.
Legacy API will be deprecated on 1 January 2023.
Send Message
Legacy API | New API |
---|---|
https://md.fonnte.com/api/send_message.php | https://api.fonnte.com/send |
field phone and text | moved to target and message |
require several fields to run | only target field is required |
require the right field type | no field type |
type text using text field & tipe image/file/audio/video using caption | all message will only use message field |
not supporting variable | support variable |
delay_req is optional | remove delay_req |
filename may different than expected | add support for filename field |
no country code support for replacing first zero | add country code support for replacing first zero |
small typo may lead to failed sending message | better typo handling for easier sending message |
cannot send button, template and list | support send button, template, list |
read more : API send message
Device Profile
move url from https://md.fonnte.com/api/profile.php to https://api.fonnte.com/device
read more : API device profile
Get QR
move url from https://md.fonnte.com/api/connect.php to https://api.fonnte.com/qr
read more : API get QR
Validate
This API will validate whether the number is exist on whatsapp or not
read more : API validate
Message Status
move url form https://md.fonnte.com/api/status.php to https://api.fonnte.com/status
read more : API message status
Disconnect
move url from https://md.fonnte.com/api/disconnect.php to https://api.fonnte.com/disconnect
read more : API disconnect