Bulk WhatsApp API Messaging
This API enables you to send multi media messages to several recipients on WhatsApp at once
With this API you can send TEXT, IMAGE OR DOCUMENT messages easily and quickly to multiple recipients at once.
Lets get started
Send Bulk Messages
POST
https://backend.payhero.co.ke/api/v2/whatspp/sendBulk
Send TEXT, IMAGE Or DOCUMENT messages easily and quickly to multiple recipients.
Headers
Content-Type
application/json
Authorization
Basic <token>
Body
message_type
string
Either : TEXT, IMAGE or DOCUMENT
session
string
Your API username, that you used to register the session.
message
string
The message you want to send.
document_url
string
Optional, the document URL incase you are sending image or document
recipients
object
An object containing all the recipients you want to message eg:
Response
Sample Code
Last updated